shish 2 лет назад
Родитель
Сommit
a90a005176
1 измененных файлов с 1 добавлено и 1 удалено
  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">
                             <template slot-scope="scope">
-                                <span>{{ scope.row.name }}</span>
+                                <span style="font-size:14px;">{{ scope.row.name }}</span>
                             </template>
                         </el-table-column>