From 97e6e0e7a71a62cea5822171e190c6f2daab0460 Mon Sep 17 00:00:00 2001 From: hi2hi Date: Fri, 13 Dec 2024 02:56:40 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E8=B0=83=E6=95=B4=E7=9B=91?= =?UTF-8?q?=E6=8E=A7=E7=BB=84=E4=BB=B6=E7=9A=84=E9=98=B4=E5=BD=B1=E6=95=88?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/server-detail/server-monitor.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/components/server-detail/server-monitor.vue b/src/views/components/server-detail/server-monitor.vue index 73421c5..ba22511 100644 --- a/src/views/components/server-detail/server-monitor.vue +++ b/src/views/components/server-detail/server-monitor.vue @@ -427,7 +427,7 @@ onUnmounted(() => { .switch-dot { left: 16px; - box-shadow: 1px 1px 2px #000; + box-shadow: 1px 1px 2px rgba(#000, 0.4); } } } @@ -497,7 +497,7 @@ onUnmounted(() => { &.active { color: #fff; - text-shadow: 1px 1px 2px #000; + text-shadow: 1px 1px 2px rgba(#000, 0.6); } }