From a31693bad3d64051f75d847271ff92fd5c4549d5 Mon Sep 17 00:00:00 2001 From: wxs <211789910@qq.com> Date: Fri, 6 Mar 2026 11:30:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/home/components/twin-situation/index.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/Skyeye-sys-ui/src/views/home/components/twin-situation/index.scss b/frontend/Skyeye-sys-ui/src/views/home/components/twin-situation/index.scss index e6daeab..f223a2a 100644 --- a/frontend/Skyeye-sys-ui/src/views/home/components/twin-situation/index.scss +++ b/frontend/Skyeye-sys-ui/src/views/home/components/twin-situation/index.scss @@ -1327,7 +1327,7 @@ position: absolute; left: 50%; top: calc(100vh - 60px); - width: 360px; + width: 400px; transform: translateX(-50%); background-color: $--color-black-1-alpha; padding: 6px 10px; @@ -1347,9 +1347,10 @@ align-items: center; .is-label { + text-align: center; flex: none; color: $--color-text-1; - width: 60px; + width: 90px; } } }