From bf5ba56e8a82f0ef699f2eae413d0dc2c4e4f67d Mon Sep 17 00:00:00 2001
From: jxdnsong <592566207@qq.com>
Date: Tue, 25 Oct 2022 16:15:00 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/sd-jg-school-web into master

---
 src/components/map/components/mapPopup.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/components/map/components/mapPopup.vue b/src/components/map/components/mapPopup.vue
index 99e5f96..bae1f61 100644
--- a/src/components/map/components/mapPopup.vue
+++ b/src/components/map/components/mapPopup.vue
@@ -2,7 +2,7 @@
     <div>
         <div id="map_popup_content">
             <div v-if="detailsPopup" class="divForms-dom" id="divFormsDomBox">
-                <div style="width: 100%; height: 100%">
+                <div style="width: 100%; height: 100%; transform: translate(0, 50%);">
                     <div class="divForms divForms-theme">
                         <div class="divForms-wrap">
                             <div class="area">
@@ -33,13 +33,13 @@
                                         <div class="arc-bcg">
                                             <img :src="popupBgUrl" alt />
                                         </div>
-                                        <div
+                                        <!-- <div
                                             v-show="siteName != null && siteName != ''"
                                             class="site"
                                         >
                                             <strong>地址:</strong>
                                             {{ siteName }}
-                                        </div>
+                                        </div>-->
                                         <div
                                             v-show="telephone != null && telephone != ''"
                                             class="phone"
@@ -155,7 +155,7 @@
                 :class="{ 'change-full': fullscreen }"
                 id="PanoramaBox"
             >
-                <div style="width: 100%; height: 100%">
+                <div style="width: 100%; height: 100%; transform: translate(0, 50%);">
                     <div class="panorama-container">
                         <div class="panorama-wrap">
                             <div
@@ -199,7 +199,7 @@
             </div>
 
             <div v-if="monitorPopup" class="monitor-dom" id="MonitorBox">
-                <div style="width: 100%; height: 100%">
+                <div style="width: 100%; height: 100%; transform: translate(0, 50%);">
                     <div class="monitor-container">
                         <div class="monitor-wrap">
                             <div class="content-wrap">
@@ -232,7 +232,7 @@
             </div>
 
             <div v-if="addTagPopup" class="divForms-dom" id="AddTagBox">
-                <div style="width: 100%; height: 100%">
+                <div style="width: 100%; height: 100%; transform: translate(0, 50%);">
                     <div class="divForms divForms-theme">
                         <div class="divForms-wrap">
                             <div class="area">
@@ -271,7 +271,7 @@
             </div>
 
             <div v-if="labelLayerDataShow" class="divForms-dom" id="labelLayerid">
-                <div style="width: 100%; height: 100%">
+                <div style="width: 100%; height: 100%; transform: translate(0, 50%);">
                     <div class="divForms divForms-theme">
                         <div class="divForms-wrap">
                             <div class="area">
@@ -313,7 +313,7 @@
 
         <!-- 新增编辑标签 -->
         <div v-if="addIconsLayerIconPopup" class="monitor-dom add-sign-box-style" id="leftNavsAdd">
-            <div style="width: 100%; height: 100%">
+            <div style="width: 100%; height: 100%; transform: translate(0, 50%);">
                 <div class="divForms divForms-theme">
                     <div class="divForms-wrap">
                         <div class="area">

--
Gitblit v1.9.3