Browse Source

最小起订量样式调整

hangb 7 years ago
parent
commit
9a26dd3bfe
1 changed files with 3 additions and 3 deletions
  1. 3 3
      components/product/ComponentGoods.vue

+ 3 - 3
components/product/ComponentGoods.vue

@@ -9,13 +9,13 @@
       <thead>
       <tr style="height: 40px;">
         <th width="80"></th>
-        <th width="160">品牌/型号</th>
+        <th width="150">品牌/型号</th>
         <th width="100">包装/生产日期</th>
-        <th width="110">库存</th>
+        <th width="130">库存</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="90">交期(天)</th>
         <th width="100">操作</th>
       </tr>
       </thead>