From bdce5b978229a100b7d7a01acbdeefbd9e2b0902 Mon Sep 17 00:00:00 2001
From: chenyabin <Chenab123!>
Date: 星期二, 27 四月 2021 09:27:06 +0800
Subject: [PATCH] 图层控制面板加宽。

---
 src/views/popup/Popup.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/popup/Popup.vue b/src/views/popup/Popup.vue
index 46a5d1c..02703b5 100644
--- a/src/views/popup/Popup.vue
+++ b/src/views/popup/Popup.vue
@@ -96,9 +96,9 @@
 <style lang="less" >
 @import '../../assets/css/map/map-popup.less';
 #popup{
-  .el-tabs__content{
-    max-height: 300px;
-    overflow: auto;
+ .el-tabs__content{
+    max-height: 240px;
+    overflow-y: scroll;
   }
 }
 </style>

--
Gitblit v1.8.0