From d4a3ca549f8755c2f87442c27217c3be39cab5cc Mon Sep 17 00:00:00 2001
From: suerprisePlus <15810472099@163.com>
Date: 星期三, 14 八月 2024 16:00:10 +0800
Subject: [PATCH] 设备维修

---
 src/views/visual/atlas/index.vue |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/src/views/visual/atlas/index.vue b/src/views/visual/atlas/index.vue
index d890e9f..7d6e9a8 100644
--- a/src/views/visual/atlas/index.vue
+++ b/src/views/visual/atlas/index.vue
@@ -12,7 +12,7 @@
         <div class="graphicBox" v-show="showEcharts">
             <div class="konwReturn fl">
                 <el-link @click="showEcharts = false">
-                    <i class="el-icon-d-arrow-left"></i>
+                    <i style="color: #409EFF;" class="el-icon-d-arrow-left"></i>
                 </el-link>
                 褰撳墠棰嗗煙:{{ targetName }}
             </div>
@@ -146,9 +146,9 @@
         getGraphicNodes(res, lines, obj) {
             const std = [];
             const ids = [];
-           
+
             lines.filter(item => {
-             
+
                 if (ids.indexOf(item.sourceId) < 0) {
                     ids.push(item.sourceId)
                 }
@@ -165,7 +165,7 @@
                 if (item.poi && item.poi == 1) {
                     poi = true;
                 }
-               
+
                 const expand = ids.indexOf(item.uuid) > -1 ? false : true
                 if (!expand) {
 
@@ -219,7 +219,7 @@
                     graphInstance.doLayout();
                 });
 
-            }, 1000);
+            }, 200);
 
 
             setTimeout(() => {
@@ -364,13 +364,16 @@
     .graphicBox {
         width: 100%;
         height: 100%;
+        position: relative;
         display: flex;
         flex-direction: column;
+        color: #409EFF;
 
         .graphicContent {
             padding: 10px;
             flex: 1;
 
+
         }
     }
 }

--
Gitblit v1.9.3