From 1c31659852f8360cc0fdfac26aff51e54b8b8b67 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 27 十二月 2024 17:21:58 +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