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;