Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -8,12 +8,12 @@ export const columns: BasicColumn[] = [ |
8 | 8 | { |
9 | 9 | title: '模板名称', |
10 | 10 | dataIndex: 'templateName', |
11 | - width: 200, | |
11 | + width: 150, | |
12 | 12 | }, |
13 | 13 | { |
14 | 14 | title: '配置名称', |
15 | 15 | dataIndex: 'messageConfig.configName', |
16 | - width: 180, | |
16 | + width: 120, | |
17 | 17 | slots: { customRender: 'config' }, |
18 | 18 | }, |
19 | 19 | { | ... | ... |