浏览代码

表格样式修改

jbb 2 年之前
父节点
当前提交
e8e69f3d41
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/reportForms/cost-allocation-table/tabs.vue

+ 1 - 1
src/views/reportForms/cost-allocation-table/tabs.vue

@@ -247,7 +247,7 @@ export default {
         {
           title: '转入数量',
           dataIndex: 'ingredientsTransferQuantity',
-          // width: 130,
+          width: 150,
           className: 'replacecolor',
           customCell: this.ingInQuaCustomCell,
           scopedSlots: { customRender: 'ingInQuaSlot' }