Browse Source

最小起订量样式调整

hangb 7 years ago
parent
commit
7b93f56b79

+ 3 - 3
components/product/component/StoreInfo.vue

@@ -42,12 +42,12 @@
           <tr class="height54">
             <th class="text-center" width="100">型号</th>
             <th class="text-center" width="80">包装方式</th>
-            <th class="text-center" width="120">生产日期</th>
-            <th class="text-center" width="150">库存</th>
+            <th class="text-center" width="110">生产日期</th>
+            <th class="text-center" width="170">库存</th>
             <th class="text-center" width="80">梯度/pcs</th>
             <th class="text-center" width="100">香港交货<span style="font-size: 12px;">($)</span></th>
             <th class="text-center" width="130">大陆交货<span style="font-size: 12px;">(¥)</span></th>
-            <th class="text-center" width="120">交期<span style="font-size: 12px;">(天)</span></th>
+            <th class="text-center" width="110">交期<span style="font-size: 12px;">(天)</span></th>
             <th class="text-center" width="140">操作</th>
           </tr>
         </thead>

+ 3 - 3
components/search/GoodList.vue

@@ -41,15 +41,15 @@
           <thead>
           <tr style="height: 40px;">
             <!--<th width="80"></th>-->
-            <th width="160">品牌/型号/类目</th>
+            <th width="140">品牌/型号/类目</th>
             <th width="100">包装/生产日期</th>
             <th width="110">商家名称</th>
-            <th width="120">库存</th>
+            <th width="140">库存</th>
             <th width="90">梯度/pcs</th>
             <th width="90" v-if="!crname_click_flag.rmb_click_flag">香港交货</th>
             <th width="110" v-if="!crname_click_flag.usd_click_flag">大陆交货<span style="font-size: 12px;">(含税)</span></th>
             <th width="110">交期<span style="font-size: 12px;">(天)</span></th>
-            <th width="100">规格书</th>
+            <th width="90">规格书</th>
             <th width="100">操作</th>
           </tr>
           </thead>

+ 3 - 3
components/store/CommodityList.vue

@@ -35,15 +35,15 @@
           <thead>
           <tr style="height: 40px;">
             <!--<th width="90"></th>-->
-            <th width="150">品牌/型号/类目</th>
+            <th width="140">品牌/型号/类目</th>
             <th width="100">包装/生产日期</th>
-            <th width="90">库存</th>
+            <th width="110">库存</th>
             <th width="90">梯度/pcs</th>
             <!--<th width="90">香港交货<span style="font-size: 12px;">($)</span></th>-->
             <!--<th width="100">大陆交货<span style="font-size: 12px;">(¥)</span></th>-->
             <th width="100">单价</th>
             <th width="100">交期(天)</th>
-            <th width="100">规格书</th>
+            <th width="90">规格书</th>
             <th width="100">操作</th>
           </tr>
           </thead>