From 6610229fc33010c2cf16405743342c3cd74de7d5 Mon Sep 17 00:00:00 2001
From: yangdelong <828900aaa>
Date: 星期三, 07 四月 2021 14:22:57 +0800
Subject: [PATCH] 修复加载内网天地图bug

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

diff --git a/src/components/panel/RightSearchPanel.vue b/src/components/panel/RightSearchPanel.vue
index d4f7db6..c8ff02e 100644
--- a/src/components/panel/RightSearchPanel.vue
+++ b/src/components/panel/RightSearchPanel.vue
@@ -35,11 +35,11 @@
         <div :class="[isCollapse? 'btn-stretch':'btn-shrink']" ></div>
       </div>
 
-        <div :class="'search-container map-background'">
-            <div class="el-message-box__content" style="padding:6px;font-size: 13px;">
-                <component :title="title" :is="gcComp"></component>
-            </div>
+      <div :class="'search-container map-background'">
+        <div class="el-message-box__content" style="padding:6px;font-size: 13px;">
+          <component :title="title" :is="gcComp"></component>
         </div>
+      </div>
     </div>
   </div>
 </template>

--
Gitblit v1.8.0