From 2ded20170dc111cd1f7b6168961629cb3cf5f58c Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期六, 11 十一月 2023 15:28:36 +0800 Subject: [PATCH] 企业弹框 --- src/components/map/viewer.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/map/viewer.vue b/src/components/map/viewer.vue index 99fb0d1..cdcf3ac 100644 --- a/src/components/map/viewer.vue +++ b/src/components/map/viewer.vue @@ -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