From cf0896453b2d0123df67808c9306e2a651455f7b Mon Sep 17 00:00:00 2001 From: userGyl Date: Wed, 11 Feb 2026 11:28:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ln_jq_app/assets/html/map.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ln_jq_app/assets/html/map.html b/ln_jq_app/assets/html/map.html index 4f0d753..4765faf 100644 --- a/ln_jq_app/assets/html/map.html +++ b/ln_jq_app/assets/html/map.html @@ -109,7 +109,7 @@ /* --- 导航结果面板 (底部弹出) --- */ #panel { position: fixed; - bottom: 75px; + bottom: 95px; left: 0; width: 100%; height: 35%; @@ -129,7 +129,7 @@ #location-btn { position: fixed; right: 10px; - bottom: 75px; + bottom: 105px; /* 默认位置 */ width: 44px; height: 44px; @@ -159,7 +159,7 @@ /* --- 调整比例尺位置 --- */ .amap-scalecontrol { /* 初始状态:避开底部的定位按钮或留出安全间距 */ - bottom: 80px !important; + bottom: 110px !important; left: 10px !important; transition: bottom 0.3s ease; /* 增加平滑动画 */