From 81f54040c2cb65537c6c6e1db8358a39a57dea0d Mon Sep 17 00:00:00 2001
From: mayisheng <admin>
Date: Mon, 15 Aug 2022 16:14:01 +0800
Subject: [PATCH] 1

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

diff --git a/src/components/map/components/mapPopup.vue b/src/components/map/components/mapPopup.vue
index cd760a3..94c2391 100644
--- a/src/components/map/components/mapPopup.vue
+++ b/src/components/map/components/mapPopup.vue
@@ -754,9 +754,6 @@
             }
         })
     },
-    mounted () {
-        global.viewer.scene.globe.depthTestAgainstTerrain = false
-    },
     watch: {
         addIconsLayerIconPopup () {
             if (this.addIconsLayerIconPopup) {
@@ -1220,4 +1217,9 @@
         padding: 0 10px;
     }
 }
+.introduce p {
+    padding: 0px;
+    height: 300px;
+    overflow-y: scroll;
+}
 </style>

--
Gitblit v1.9.3