From a0ac379b28daeac8deddfae34f0015935a811bac Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期五, 07 二月 2025 17:39:47 +0800 Subject: [PATCH] 修改细分网格的展示逻辑 --- src/utils/map/index_old.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/utils/map/index_old.js b/src/utils/map/index_old.js index eb73075..8085547 100644 --- a/src/utils/map/index_old.js +++ b/src/utils/map/index_old.js @@ -72,8 +72,9 @@ function _initControlbar() { controlbar = new AMap.ControlBar({ position: { - right: '300px', - top: '260px' + right: '10px', + // top: '260px', + bottom: '0px' } }); map.addControl(controlbar); -- Gitblit v1.9.3