From 3094e94b0cf30ff7fbd85e8dd6561d86cce2d9f9 Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Tue, 2 Nov 2021 17:19:33 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1160=20fix:=20=E4=BF=AE=E5=A4=8DEndpoint?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E9=BC=A0=E6=A0=87=E6=82=AC=E6=B5=AE=E5=9C=A8?= =?UTF-8?q?Project=E5=AD=97=E6=AE=B5=E5=85=83=E7=B4=A0=E8=B6=85=E5=87=BA?= =?UTF-8?q?=E8=BE=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/alert/alertLabel.vue | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/nezha-fronted/src/components/common/alert/alertLabel.vue b/nezha-fronted/src/components/common/alert/alertLabel.vue index 338eada27..8977f85e2 100644 --- a/nezha-fronted/src/components/common/alert/alertLabel.vue +++ b/nezha-fronted/src/components/common/alert/alertLabel.vue @@ -516,22 +516,19 @@ export default { font-size: 14px; color: #666666; letter-spacing: 0; - line-height: 23px; + line-height: 26px; min-width: 110px; padding: 0 3px 0 13px; } .alert-label-value{ - height: 26px; + word-wrap: break-word; + white-space: normal; + overflow: hidden; + max-width: 200px; font-size: 14px; color: #333333; letter-spacing: 0; - line-height: 23px; - } - .alert-label-remark { - overflow: hidden; - text-overflow:ellipsis; - white-space: nowrap; - max-width: 210px; + line-height: 26px; } .danger{ background-color: #d64f40;