From ab0598cc26762aedae33894fc78462989e8302b4 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Sun, 21 Feb 2021 19:04:25 +0800
Subject: [PATCH] 聚合图集成,按钮选中样式调整

---
 public/map/core/manager/widgetsmanager.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/public/map/core/manager/widgetsmanager.js b/public/map/core/manager/widgetsmanager.js
index 21f4ea4..4d6615b 100644
--- a/public/map/core/manager/widgetsmanager.js
+++ b/public/map/core/manager/widgetsmanager.js
@@ -148,7 +148,7 @@
             _bodyDom: null,
             _mapContentDom: null,
             /**
-             * 默认初始化显示在侧边栏的Widget  
+             * 默认初始化显示在侧边栏的Widget
              */
             _defaultActivedSiderWidgetId: null,
             _topWidgetContainerDom: null,
@@ -181,7 +181,7 @@
                             case "cover":
                                 this._parseCoverWidget(widgetCfg);
                                 break;
-                                
+
                         }
                     }
                     if (this._defaultActivedSiderWidgetId != null && this._activedButton != null) {
@@ -512,4 +512,4 @@
                 }
             }
         });
-    });
\ No newline at end of file
+    });

--
Gitblit v1.9.3