From 0375757fe4d94896cee079883e32a5bb37442f29 Mon Sep 17 00:00:00 2001 From: wangxinping <753819757@qq.com> Date: Fri, 16 Jan 2026 13:22:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E7=89=88=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/cesiumMap/index.vue | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ruoyi-ui/src/views/cesiumMap/index.vue b/ruoyi-ui/src/views/cesiumMap/index.vue index b0ef65e..487fcda 100644 --- a/ruoyi-ui/src/views/cesiumMap/index.vue +++ b/ruoyi-ui/src/views/cesiumMap/index.vue @@ -1259,11 +1259,8 @@ export default { /* 主工具栏 - 修改后 */ .main-toolbar { position: absolute; - - top: 100px; - /* left: 50px; */ - right: 20px; - + top: 365px; /* 增大这个数值即可整体下移,比如从100px改成150px */ + left: 62px; z-index: 1000; display: flex; background: rgba(255, 255, 255, 0.95); @@ -1276,7 +1273,7 @@ export default { background: rgba(255, 255, 255, 0.9); } -/* 工具栏内容 */ +/* 工具栏内容 - 无需修改 */ .toolbar-content { display: flex; flex-direction: column;