style : 修改alertMessageTable样式

This commit is contained in:
zhangyu
2020-08-07 09:32:35 +08:00
parent b37cc09787
commit ffcc248f8c
2 changed files with 2 additions and 2 deletions

View File

@@ -280,7 +280,7 @@
label: this.$t("alert.severity"),
prop: 'severity',
show: true,
width: 100,
width: 110,
}, {
label: this.$t('alert.summary'),
prop: 'summary',

View File

@@ -49,7 +49,7 @@
border-radius: 0 3px 3px 0;
padding: 0 4px;
min-width: 36px;
max-width: 100px;
max-width: 115px;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;