From b7056b0ac843bfc55030e9094a3b2cd68b933390 Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期六, 11 十一月 2023 16:06:43 +0800
Subject: [PATCH] 土地管理弹框位置

---
 src/components/map/viewer1.vue |    5 +++--
 src/components/map/viewer.vue  |    4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/components/map/viewer.vue b/src/components/map/viewer.vue
index 4255a83..c5ae30c 100644
--- a/src/components/map/viewer.vue
+++ b/src/components/map/viewer.vue
@@ -67,8 +67,8 @@
       window.sgworld = new SmartEarth.EarthCtrl(
         "sdkContainer",
         {
-          // StaticFileBaseUrl: "../../../static/CimSDK/",
-          StaticFileBaseUrl: "../../../YZXNCS/static/CimSDK/",
+          StaticFileBaseUrl: "../../../static/CimSDK/",
+          // StaticFileBaseUrl: "../../../SW/static/CimSDK/",
         },
         {},
         {},
diff --git a/src/components/map/viewer1.vue b/src/components/map/viewer1.vue
index 12d50b4..fcb9b30 100644
--- a/src/components/map/viewer1.vue
+++ b/src/components/map/viewer1.vue
@@ -1028,8 +1028,9 @@
   position: absolute;
   z-index: 999;
   top: 20%;
-  left: 35%;
-  /* right: -68%; */
+  /* left: 35%; */
+  right: 0%;
+  transform: translateX(50%);
   padding-top: 20px;
   width: 401px;
   height: 549px;

--
Gitblit v1.9.3