From a2df1bad33874fc6d9f96b0ceb1a6ce97b2e7e80 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 26 五月 2020 19:35:40 +0800
Subject: [PATCH] 2020-05-26

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

diff --git a/src/tabviews/zshare/chartcomponent/index.scss b/src/tabviews/zshare/chartcomponent/index.scss
index e7794b6..da86a3b 100644
--- a/src/tabviews/zshare/chartcomponent/index.scss
+++ b/src/tabviews/zshare/chartcomponent/index.scss
@@ -43,6 +43,39 @@
   .chart-title + .loading-mask {
     top: 40px;
   }
+  > .ant-select {
+    width: 150px;
+    float: right;
+    .ant-select-selection {
+      min-height: 24px;
+      height: 28px;
+      li {
+        background: unset;
+        border: 0;
+        width: 99%;
+        padding: 0;
+        margin-right: 0;
+        cursor: pointer;
+
+        .type-label {
+          overflow: hidden;
+          word-break: break-word;
+          white-space: nowrap;
+          text-overflow: ellipsis;
+        }
+      }
+      li + li {
+        width: 1%;
+        opacity: 0;
+      }
+    }
+  }
+  .g2-tooltip-list{
+    display: none;
+  }
+  .g2-tooltip-title + .g2-tooltip-list{
+    display: block;
+  }
 }
 
 .subtable .ant-col-24 .line-chart-plot-box {

--
Gitblit v1.8.0