From effa0e882a85f7e7846e04ff188572aace8a7604 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 6 Aug 2020 13:46:42 +0800 Subject: [PATCH] =?UTF-8?q?alertMeassageTable=20=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/alert/alertMessageTable.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/common/alert/alertMessageTable.vue b/nezha-fronted/src/components/common/alert/alertMessageTable.vue index a94378ab2..281622622 100644 --- a/nezha-fronted/src/components/common/alert/alertMessageTable.vue +++ b/nezha-fronted/src/components/common/alert/alertMessageTable.vue @@ -275,7 +275,7 @@ prop: 'labels', show: true, NotSet:true, - minWidth:350 + minWidth:200 }, { label: this.$t("alert.severity"), prop: 'severity', @@ -285,10 +285,12 @@ label: this.$t('alert.summary'), prop: 'summary', show: true, + minWidth:200 }, { label: this.$t('alert.description'), prop: 'description', show: true, + minWidth:200 }, { label: this.$t('alert.list.state'), prop: 'state',