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); } } }