alertMeassageTable 样式修改

This commit is contained in:
zhangyu
2020-08-06 13:46:42 +08:00
parent ebb8d7b786
commit effa0e882a

View File

@@ -275,7 +275,7 @@
prop: 'labels', prop: 'labels',
show: true, show: true,
NotSet:true, NotSet:true,
minWidth:350 minWidth:200
}, { }, {
label: this.$t("alert.severity"), label: this.$t("alert.severity"),
prop: 'severity', prop: 'severity',
@@ -285,10 +285,12 @@
label: this.$t('alert.summary'), label: this.$t('alert.summary'),
prop: 'summary', prop: 'summary',
show: true, show: true,
minWidth:200
}, { }, {
label: this.$t('alert.description'), label: this.$t('alert.description'),
prop: 'description', prop: 'description',
show: true, show: true,
minWidth:200
}, { }, {
label: this.$t('alert.list.state'), label: this.$t('alert.list.state'),
prop: 'state', prop: 'state',