From a55625f79b5bea88a04dc5cebf264a61cd594547 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期五, 30 十二月 2022 18:02:18 +0800
Subject: [PATCH] 管道分析,IE判斷,上传Loading

---
 src/views/Tools/queryinfo.vue |   27 ++++++++++++++-------------
 1 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/src/views/Tools/queryinfo.vue b/src/views/Tools/queryinfo.vue
index 26fb791..d29ea88 100644
--- a/src/views/Tools/queryinfo.vue
+++ b/src/views/Tools/queryinfo.vue
@@ -4,21 +4,20 @@
       ref="pop"
       v-for="(data, index) in PopupData"
       :key="data.id"
-       :title="data.title || '鎻愮ず'"
-       maxHeight="360px"
-    
+      :title="data.title || '鎻愮ず'"
+      maxHeight="400"
       @close="close(data.id)"
       left="calc(100% - 960px)"
-      top="calc(100% - 430px) "
+      top="calc(100% - 470px) "
     >
-   <div>
-    <div style="width:940px;height:358px;">
+      <div>
+        <div style="width:940px;height:400px;">
 
-
-  <map-menu-pop v-if="$store.state.mapPopBoxFlag == '1'" />
-        <map-space-pop v-if="$store.state.mapPopBoxFlag == '2'" />
-    </div>
-   </div>
+          <map-menu-pop v-if="$store.state.mapPopBoxFlag == '1'" />
+          <map-space-pop v-if="$store.state.mapPopBoxFlag == '2'" />
+          <pipe-line-analy v-if="$store.state.mapPopBoxFlag == '3'" />
+        </div>
+      </div>
     </Popup>
   </div>
 </template>
@@ -27,13 +26,15 @@
 import Popup from './Popup.vue';
 import mapMenuPop from '../../components/MapView/mapMenuPop.vue';
 import mapSpacePop from '../../components/MapView/mapSpacePop.vue';
+import pipeLineAnaly from './pipeLineAnaly.vue'
 export default {
   name: 'queryinfo',
 
   components: {
     Popup,
- mapMenuPop,
- mapSpacePop
+    mapMenuPop,
+    mapSpacePop,
+    pipeLineAnaly
   },
   data() {
     return {

--
Gitblit v1.9.3