style : 修改alertMessageTable样式
This commit is contained in:
@@ -280,7 +280,7 @@
|
|||||||
label: this.$t("alert.severity"),
|
label: this.$t("alert.severity"),
|
||||||
prop: 'severity',
|
prop: 'severity',
|
||||||
show: true,
|
show: true,
|
||||||
width: 100,
|
width: 110,
|
||||||
}, {
|
}, {
|
||||||
label: this.$t('alert.summary'),
|
label: this.$t('alert.summary'),
|
||||||
prop: 'summary',
|
prop: 'summary',
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
border-radius: 0 3px 3px 0;
|
border-radius: 0 3px 3px 0;
|
||||||
padding: 0 4px;
|
padding: 0 4px;
|
||||||
min-width: 36px;
|
min-width: 36px;
|
||||||
max-width: 100px;
|
max-width: 115px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|||||||
Reference in New Issue
Block a user