skyblued 2 years ago
parent
commit
07123d2ab6

+ 11 - 0
src/views/cart/index.module.less

@@ -135,4 +135,15 @@ body {
       position: relative;
     }
   }
+}
+.sellOut {
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  position: absolute;
+  top: 0;
+  left: 0;
+  right: 0;
+  bottom: 0;
+  background: rgba(0, 0, 0, 0.2);
 }

+ 1 - 0
src/views/shop-mall/modal/add-goods-cart/index.module.less

@@ -80,6 +80,7 @@
       display: none;
     }
     .van-tag--large {
+      min-width: 60px;
       height: 32px;
       font-size: 16px;
       text-align: center;