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