From a7d095c78d1320a4e01bd59dbd07043bf0cf68ba Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 27 五月 2020 12:15:51 +0800
Subject: [PATCH] 2020-05-27

---
 src/tabviews/zshare/chartcomponent/index.scss |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/zshare/chartcomponent/index.scss b/src/tabviews/zshare/chartcomponent/index.scss
index da86a3b..9c2838b 100644
--- a/src/tabviews/zshare/chartcomponent/index.scss
+++ b/src/tabviews/zshare/chartcomponent/index.scss
@@ -65,11 +65,23 @@
         }
       }
       li + li {
+        margin-top: 0;
         width: 1%;
         opacity: 0;
       }
     }
   }
+  > .ant-select.ant-select-focused {
+    .ant-select-selection {
+      li {
+        width: 50%;
+      }
+      li + li {
+        width: 49%;
+        opacity: 1;
+      }
+    }
+  }
   .g2-tooltip-list{
     display: none;
   }

--
Gitblit v1.8.0