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/viewer1.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/map/viewer1.vue b/src/components/map/viewer1.vue index 04252c8..666a806 100644 --- a/src/components/map/viewer1.vue +++ b/src/components/map/viewer1.vue @@ -1275,8 +1275,8 @@ position: absolute; z-index: 999; top: 20%; - /* left: 50%; */ - right: -68%; + left: 35%; + /* right: -68%; */ padding-top: 20px; width: 401px; height: 549px; -- Gitblit v1.9.3