Commit 0ad7666cb00ee0cd3046a37183ff1600bc4a4ed2

Authored by fengtao
1 parent eb9ec086

pref:优化消息模板 表格创建时间遮住

... ... @@ -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 {
... ...