fix:修改表格宽度

This commit is contained in:
zhaohy
2024-09-03 09:44:00 +08:00
parent f4d7076a08
commit 7096e692ee

View File

@@ -18,12 +18,10 @@ const tableKeyMap = [
{
title: '优先级',
dataIndex: 'prioritys',
width: 120,
},
{
title: '告警类型',
dataIndex: 'alarmTypeName',
width: 140,
},
{
title: '告警标题',
@@ -32,19 +30,19 @@ const tableKeyMap = [
{
title: '错误码',
dataIndex: 'errorCode',
width: 120,
width: 140,
},
{
title: '通知名单',
dataIndex: 'notificationList',
width: 220,
width: 240,
textEllipsis: true,
textWidth: 150,
},
{
title: '通知方式',
dataIndex: 'notificationMethod',
width: 160,
width: 170,
},
{
title: '启用通知',