From 80a83f0b11d02254e48a03bc1c6e300e9b205d7a Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Fri, 24 May 2024 17:08:31 +0800 Subject: [PATCH] =?UTF-8?q?CN-1660=20fix:=20=E8=B0=83=E6=95=B4tooltip?= =?UTF-8?q?=E9=87=8Clabel=E7=9A=84=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/components/views/location/location.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/css/components/views/location/location.scss b/src/assets/css/components/views/location/location.scss index 592374c4..59b4afbd 100644 --- a/src/assets/css/components/views/location/location.scss +++ b/src/assets/css/components/views/location/location.scss @@ -827,7 +827,7 @@ $color-highlight: #CC4444; .item__label { padding-right: 10px; text-align: right; - width: 40px; + width: 60px; font-size: 12px; color: $color-text-primary; }