Browse Source

购物车

weixin_52219567 1 tháng trước cách đây
mục cha
commit
fb39e1080e
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/views/order/orderManage/index.vue

+ 3 - 1
src/views/order/orderManage/index.vue

@@ -115,7 +115,8 @@
                 <div class="product-name ellipsis">{{ item.name }}</div>
                 <div class="product-spec">{{ item.spec1 }} | {{ item.spec2 }}</div>
                 <div class="product-price">¥{{ item.price }}</div>
-                <div class="cat-bnt">加入购物车</div>
+                <el-button size="small">加入购物车</el-button>
+                <!-- <div class="cat-bnt">加入购物车</div> -->
               </div>
               <div class="product-quantity">x{{ item.quantity }}</div>
             </div>
@@ -849,6 +850,7 @@ onMounted(() => {
             font-size: 16px;
             font-weight: bold;
             color: #e60012;
+            margin-bottom: 5px;
           }
         }
         .product-quantity {