From 5ae8e447c55f61508546e00559f54eb623a5c803 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 31 七月 2020 19:23:38 +0800
Subject: [PATCH] 2020-07-31

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

diff --git a/src/tabviews/zshare/chartcomponent/index.scss b/src/tabviews/zshare/chartcomponent/index.scss
index d8968db..16e8af7 100644
--- a/src/tabviews/zshare/chartcomponent/index.scss
+++ b/src/tabviews/zshare/chartcomponent/index.scss
@@ -2,7 +2,7 @@
   margin-bottom: 30px;
   
   .canvas-wrap {
-    margin: 0 20px;
+    margin: 0 0px;
     position: relative;
     border-top: 1px solid transparent;
     .chart-action {
@@ -61,6 +61,8 @@
   > .ant-select {
     width: 150px;
     float: right;
+    position: relative;
+    z-index: 1;
     .ant-select-selection {
       min-height: 24px;
       height: 28px;

--
Gitblit v1.8.0