From 13fdb067fc3d752e8bd278de539fb2de40fe8397 Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期五, 10 十一月 2023 18:20:33 +0800 Subject: [PATCH] 土地管理弹窗、工具栏整合、功能点击响应 --- src/components/map/viewer.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/map/viewer.vue b/src/components/map/viewer.vue index 99fb0d1..4b5c9c0 100644 --- a/src/components/map/viewer.vue +++ b/src/components/map/viewer.vue @@ -88,7 +88,7 @@ "sdkContainer", { StaticFileBaseUrl: "../../../static/CimSDK/", - // StaticFileBaseUrl: "../../../SW/static/CimSDK/", + // StaticFileBaseUrl: "../../../YZXNCS/static/CimSDK/", }, {}, {}, @@ -203,8 +203,8 @@ }, }); //鍒濆鍖栧脊绐椾簨浠� + // that.showBottom(); that.initLayerOpen(); - that.showBottom(); }); let size = this.detectZoom(); this.scale = (100 / size).toFixed(2); @@ -415,8 +415,8 @@ display: block; position: absolute; /*bottom: 120px;*/ - bottom: 13px; - right: 46px; + bottom: 30px; + right: 80px; /* margin-right: -105px; */ z-index: 9999; border-radius: 10px; -- Gitblit v1.9.3