From d071ed5c0a84ac127a1932ed5428343012329cd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B1=E4=BC=9F=E6=B4=8B?= Date: Thu, 13 Mar 2025 09:46:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Main/Map/components/Legend.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/Main/Map/components/Legend.vue b/src/views/Main/Map/components/Legend.vue index 591064a..51d4077 100644 --- a/src/views/Main/Map/components/Legend.vue +++ b/src/views/Main/Map/components/Legend.vue @@ -79,7 +79,8 @@ onMounted(() => { padding: 12px 0 12px 12px; overflow-y: auto; border-radius: 4px; - background-color: #fff; + background: rgba(255, 255, 255, 0.8); + backdrop-filter: blur(10px); overflow: hidden; } .legend-comp { @@ -98,7 +99,7 @@ onMounted(() => { .icon { width: 20px; height: 20px; - margin-right: 4px; + margin-right: 10px; } }