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;
/* 增加平滑动画 */