From 61c3846cd8213fe3a7a5580c653936b4cbf0e3ef Mon Sep 17 00:00:00 2001 From: Jin Lei <jinlei_182@163.com> Date: 星期三, 15 十一月 2023 18:37:08 +0800 Subject: [PATCH] [细节调整] 1.拆分主菜单,修改切换逻辑 2.按钮移动效果添加 --- src/components/right/right-bottom.vue | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/right/right-bottom.vue b/src/components/right/right-bottom.vue index ce9f49a..a11df08 100644 --- a/src/components/right/right-bottom.vue +++ b/src/components/right/right-bottom.vue @@ -200,6 +200,9 @@ .mapTool { margin: 2px 0; } +.legend-bg:hover { + background-image: url("~@/assets/img/new/leftCircle-y.png"); +} .legend-bg { background-image: url("~@/assets/img/new/leftCircle.png"); background-size: 100%; @@ -207,12 +210,7 @@ width: 35px; height: 35px; position: relative; -} -.legend-bg:hover { - background-color: rgba(16, 145, 250, 0.4); - border-radius: 50%; cursor: pointer; - pointer-events: all; } .tcqp { background-color: rgba(0, 138, 252, 0.6); -- Gitblit v1.9.3