浏览代码

改进项:列宽调整

洪海涛 4 年之前
父节点
当前提交
1ee5bfc53a
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/views/dataBigManage/components/drawerModal/drawerModalData.js

+ 4 - 4
src/views/dataBigManage/components/drawerModal/drawerModalData.js

@@ -29,24 +29,24 @@ export const columns = {
     {
       label: '改进项',
       key: 'title',
-      minWidth: 150
+      minWidth: 200
     },
     {
       label: '级别',
       key: 'priority',
-      minWidth: 70
+      minWidth: 50
     },
     {
       label: '关联线上问题',
       key: 'caseName',
-      minWidth: 250,
+      minWidth: 200,
       type: 'slot',
       slotName: 'improvementsOverRateColumnsPrioritySlot'
     },
     {
       label: '状态',
       key: 'status',
-      minWidth: 200,
+      minWidth: 100,
       type: 'slot',
       slotName: 'improvementsOverRateColumnsStatusSlot'
     }