alertMeassageTable 样式修改
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user