YY 2 年之前
父節點
當前提交
ef043a0212

+ 3 - 0
src/views/platActivi/act/index.vue

@@ -207,4 +207,7 @@ export default {
     margin: 0 0 10px 0;
   }
 }
+.el-col {
+  margin: 10px 0;
+}
 </style>

+ 3 - 0
src/views/platActivi/act/parts/goods.vue

@@ -217,4 +217,7 @@ export default {
     margin: 0 0 10px 0;
   }
 }
+.el-col {
+  margin: 10px 0;
+}
 </style>

+ 3 - 0
src/views/platActivi/act/parts/goods/goodsDetail.vue

@@ -139,4 +139,7 @@ export default {
     text-align: right;
   }
 }
+.el-col {
+  margin: 10px 0;
+}
 </style>

+ 3 - 0
src/views/platActivi/act/parts/goods/goodsSpec.vue

@@ -139,4 +139,7 @@ export default {
     text-align: right;
   }
 }
+.el-col {
+  margin: 10px 0;
+}
 </style>

+ 3 - 0
src/views/platActivi/actTags/index.vue

@@ -187,4 +187,7 @@ export default {
     margin: 0 0 10px 0;
   }
 }
+.el-col {
+  margin: 10px 0;
+}
 </style>

+ 3 - 0
src/views/platActivi/coupon/index.vue

@@ -238,4 +238,7 @@ export default {
     margin: 0 0 10px 0;
   }
 }
+.el-col {
+  margin: 10px 0;
+}
 </style>

+ 9 - 0
src/views/platGroup/sales/index.vue

@@ -137,6 +137,15 @@ export default {
 <style lang="less" scoped>
 .one {
   margin: 0 0 10px 0;
+
+  span:nth-child(1) {
+    font-size: 20px;
+    font-weight: 700;
+    margin-right: 10px;
+  }
+}
+.el-col {
+  margin: 10px 0;
 }
 .two {
   margin: 0 0 10px 0;

+ 3 - 0
src/views/platSettings/banner/index.vue

@@ -170,4 +170,7 @@ export default {
     margin: 0 0 10px 0;
   }
 }
+.el-col {
+  margin: 10px 0;
+}
 </style>

+ 3 - 0
src/views/platSettings/indexModule/index.vue

@@ -169,4 +169,7 @@ export default {
     margin: 0 0 10px 0;
   }
 }
+.el-col {
+  margin: 10px 0;
+}
 </style>

+ 3 - 0
src/views/platSettings/service/index.vue

@@ -78,4 +78,7 @@ export default {
     margin-right: 10px;
   }
 }
+.el-col {
+  margin: 10px 0;
+}
 </style>

+ 3 - 0
src/views/platmanag/user/index.vue

@@ -214,4 +214,7 @@ export default {
     margin: 0 0 10px 0;
   }
 }
+.el-col {
+  margin: 10px 0;
+}
 </style>

+ 3 - 0
src/views/selfShop/goods/index.vue

@@ -374,4 +374,7 @@ export default {
     }
   }
 }
+.el-col {
+  margin: 10px 0;
+}
 </style>

+ 14 - 0
src/views/selfShop/goods/spec.vue

@@ -13,6 +13,8 @@
           </el-col>
         </el-col>
       </el-row>
+      <el-col :span="24" class="one"> <span>规格管理</span> </el-col>
+
       <data-search :fields="searchFields" v-model="searchInfo" @query="search">
         <template #status>
           <el-option v-for="i in statusList" :key="i.model" :label="i.label" :value="i.value"></el-option>
@@ -230,4 +232,16 @@ export default {
     line-height: 30px;
   }
 }
+.one {
+  margin: 0 0 10px 0;
+
+  span:nth-child(1) {
+    font-size: 20px;
+    font-weight: 700;
+    margin-right: 10px;
+  }
+}
+.el-col {
+  margin: 10px 0;
+}
 </style>

+ 3 - 0
src/views/selfShop/goodsRate/index.vue

@@ -119,4 +119,7 @@ export default {
     margin: 0 0 10px 0;
   }
 }
+.el-col {
+  margin: 10px 0;
+}
 </style>

+ 4 - 0
src/views/selfShop/order/index.vue

@@ -247,4 +247,8 @@ export default {
     margin: 0 0 10px 0;
   }
 }
+
+.el-col {
+  margin: 10px 0;
+}
 </style>

+ 4 - 0
src/views/selfShop/sales/index.vue

@@ -151,7 +151,11 @@ export default {
     margin-right: 10px;
   }
 }
+.el-col {
+  margin: 10px 0;
+}
 .two {
   margin: 0 0 10px 0;
 }
+
 </style>