Explorar o código

编辑商品弹窗宽度

david %!s(int64=2) %!d(string=hai) anos
pai
achega
3dd172aee9
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      src/views/shop/index.vue

+ 6 - 0
src/views/shop/index.vue

@@ -511,4 +511,10 @@
         }
       }
 
+      @media (max-width:862px) {
+        /deep/ .el-dialog {
+          width:100%;
+        }
+      }
+
   </style>