shish 2 years ago
parent
commit
6940706a40
1 changed files with 4 additions and 1 deletions
  1. 4 1
      ghs/src/views/item/batch-modify.vue

+ 4 - 1
ghs/src/views/item/batch-modify.vue

@@ -1,5 +1,8 @@
 <template>
     <div>
+        <div>
+            
+        </div>
         <div style="width:100%;height:auto;text-align: left;" v-for="(sonProduct, index) in allProdct">
 
             <div style="font-weight:bold;text-align: left;width:100%;padding:6px 0 5px 8px;">{{ sonProduct.className }}</div>
@@ -17,7 +20,7 @@
                             </template>
                         </el-table-column>
 
-                        <el-table-column prop="name" label="花材" width="160">
+                        <el-table-column prop="name" label="花材" width="150">
                             <template slot-scope="scope">
                                 <span style="font-size:14px;">{{ scope.row.name }}</span>
                             </template>