From 5bc550066059939a94310cd6ee868ec8551526d2 Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期二, 09 三月 2021 17:01:21 +0800
Subject: [PATCH] 修改右边弹框为css样式

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

diff --git a/src/components/LayerController/modules/LcServiceLayer.vue b/src/components/LayerController/modules/LcServiceLayer.vue
index 4b095d2..b86a7e6 100644
--- a/src/components/LayerController/modules/LcServiceLayer.vue
+++ b/src/components/LayerController/modules/LcServiceLayer.vue
@@ -106,6 +106,7 @@
         }
 
         .wms-panel {
+            width: 250px;
             display: flex;
             flex-flow: column;
 
diff --git a/src/components/LayerController/modules/LcServiceLayerFilter.vue b/src/components/LayerController/modules/LcServiceLayerFilter.vue
index 28d5521..a108102 100644
--- a/src/components/LayerController/modules/LcServiceLayerFilter.vue
+++ b/src/components/LayerController/modules/LcServiceLayerFilter.vue
@@ -73,6 +73,7 @@
 
 <style scoped lang="less">
     .inner-panel {
+        width: 500px;
         color: #90c8e0;
         font-size: 13px;
 

--
Gitblit v1.8.0