Browse Source

批量修改

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

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

@@ -19,7 +19,7 @@
 
 
                         <el-table-column prop="name" label="花材" width="160">
                         <el-table-column prop="name" label="花材" width="160">
                             <template slot-scope="scope">
                             <template slot-scope="scope">
-                                <span>{{ scope.row.name }}</span>
+                                <span style="font-size:14px;">{{ scope.row.name }}</span>
                             </template>
                             </template>
                         </el-table-column>
                         </el-table-column>