From ffcc248f8c432ef8e14eaf09716b95fb56c352f9 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Fri, 7 Aug 2020 09:32:35 +0800 Subject: [PATCH] =?UTF-8?q?style=20=EF=BC=9A=20=E4=BF=AE=E6=94=B9alertMess?= =?UTF-8?q?ageTable=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/alert/alertMessageTable.vue | 2 +- nezha-fronted/src/components/page/alert/nzAlertTag.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/components/common/alert/alertMessageTable.vue b/nezha-fronted/src/components/common/alert/alertMessageTable.vue index 281622622..bbfe63db3 100644 --- a/nezha-fronted/src/components/common/alert/alertMessageTable.vue +++ b/nezha-fronted/src/components/common/alert/alertMessageTable.vue @@ -280,7 +280,7 @@ label: this.$t("alert.severity"), prop: 'severity', show: true, - width: 100, + width: 110, }, { label: this.$t('alert.summary'), prop: 'summary', diff --git a/nezha-fronted/src/components/page/alert/nzAlertTag.vue b/nezha-fronted/src/components/page/alert/nzAlertTag.vue index 052913dc6..3f253ab33 100644 --- a/nezha-fronted/src/components/page/alert/nzAlertTag.vue +++ b/nezha-fronted/src/components/page/alert/nzAlertTag.vue @@ -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;