From 768dfd31b00880f815bc3c0e27deb8714933e1fb 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:22:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B8=83=E5=B1=80=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/LayerSwitch.vue | 28 ++++++++++++++----- src/views/Main/Map/components/Legend.vue | 6 ++-- src/views/Main/index.vue | 11 ++++++-- 3 files changed, 33 insertions(+), 12 deletions(-) diff --git a/src/views/Main/Map/components/LayerSwitch.vue b/src/views/Main/Map/components/LayerSwitch.vue index fcbefeb..028a138 100644 --- a/src/views/Main/Map/components/LayerSwitch.vue +++ b/src/views/Main/Map/components/LayerSwitch.vue @@ -2,12 +2,26 @@
- +
- - + +
@@ -34,7 +48,7 @@ function handleChangeMode() { () => { console.log("移动结束 >>>>> "); }, - 1, + 1 ); } @@ -46,9 +60,9 @@ function layerTreeChange() { +