From cf5ab6da9ff676fab8a10d4299bd5a04a07bf50f Mon Sep 17 00:00:00 2001
From: 徐旺旺 <11530253@qq.com>
Date: 星期一, 17 五月 2021 10:05:53 +0800
Subject: [PATCH] 修复默认选中图层时出现的BUG

---
 src/components/panel/RightSearchPanel.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/panel/RightSearchPanel.vue b/src/components/panel/RightSearchPanel.vue
index a1cd903..d4d40f3 100644
--- a/src/components/panel/RightSearchPanel.vue
+++ b/src/components/panel/RightSearchPanel.vue
@@ -154,7 +154,7 @@
         case '绠¢亾淇℃伅':
           this.gcComp = PipeInformationSearch
           break
-        case '搴旀�ュ浘灞�':
+        case '浼佷笟搴旀��':
           this.gcComp = ReportSearch
           break
       }
@@ -328,7 +328,7 @@
     color: @color-tool;
     position: absolute;
     top: 24px;
-    right: 0.02rem;
+    left: 0.02rem;
     border: none; //1px solid @color-tool;
     width: 0.2rem;
     height: 0.2rem;

--
Gitblit v1.8.0