From d1d307f6ca27a9dc711c412e9daaaad01015ada6 Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期四, 11 三月 2021 10:00:09 +0800
Subject: [PATCH] 修改完左下图标在ie下不能正常显示

---
 src/components/LayerController/modules/LcServiceLayerFilter.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/LayerController/modules/LcServiceLayerFilter.vue b/src/components/LayerController/modules/LcServiceLayerFilter.vue
index d1fccfa..a108102 100644
--- a/src/components/LayerController/modules/LcServiceLayerFilter.vue
+++ b/src/components/LayerController/modules/LcServiceLayerFilter.vue
@@ -73,12 +73,12 @@
 
 <style scoped lang="less">
     .inner-panel {
+        width: 500px;
         color: #90c8e0;
         font-size: 13px;
 
         position: absolute;
-        left: 250px;
-        bottom: 10px;
+        left: 300px;
         z-index: 1000;
         height: 220px;
 

--
Gitblit v1.8.0