From d77a479ebedb26e7d77e5788cb166cb729844b24 Mon Sep 17 00:00:00 2001 From: jiannibang <271381693@qq.com> Date: Mon, 20 Mar 2023 15:33:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=A8=AA=E6=9D=BF?= =?UTF-8?q?=E6=A5=BC=E5=B1=82=E9=80=89=E4=B8=AD=E9=A2=9C=E8=89=B2=E6=B2=A1?= =?UTF-8?q?=E6=8C=89=E7=9A=AE=E8=82=A4=E9=85=8D=E7=BD=AE=E6=9D=A5=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Guide/Guide.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Guide/Guide.vue b/src/views/Guide/Guide.vue index 4c410bc..665c137 100644 --- a/src/views/Guide/Guide.vue +++ b/src/views/Guide/Guide.vue @@ -561,8 +561,8 @@ const handleFacility = async fac => { } } &.active { - background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, #ffffff 100%); - color: rgba(0, 0, 0, 0.8); + background: var(--guide-floorActiveBg); + color: var(--guide-floorActiveColor); } } }