Commit 07eb05b6fe247989ecd03fb66e3c7ae4f5c0ead8

Authored by ww
1 parent fa8a9ec6

perf: configuration center tabel action column width too narrow

@@ -39,6 +39,13 @@ export const columns: BasicColumn[] = [ @@ -39,6 +39,13 @@ export const columns: BasicColumn[] = [
39 dataIndex: 'updateTime', 39 dataIndex: 'updateTime',
40 width: 120, 40 width: 120,
41 }, 41 },
  42 + {
  43 + title: '操作',
  44 + dataIndex: 'action',
  45 + flag: 'ACTION',
  46 + width: 260,
  47 + slots: { customRender: 'action' },
  48 + },
42 ]; 49 ];
43 50
44 // 查询字段 51 // 查询字段