From 76a4300654a18d228838c3f27455dc8e7a8cd616 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 15 一月 2021 17:04:42 +0800
Subject: [PATCH] Merge branch 'master' into bms

---
 src/tabviews/custom/components/chart/antv-bar-line/index.scss |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/tabviews/custom/components/chart/antv-bar-line/index.scss b/src/tabviews/custom/components/chart/antv-bar-line/index.scss
index 24f4113..cd9f4ce 100644
--- a/src/tabviews/custom/components/chart/antv-bar-line/index.scss
+++ b/src/tabviews/custom/components/chart/antv-bar-line/index.scss
@@ -11,9 +11,12 @@
     position: relative;
     .chart-action {
       position: absolute;
-      top: 2px;
+      top: 0px;
       right: 5px;
       z-index: 1;
+      .ant-btn {
+        float: right;
+      }
     }
   }
 

--
Gitblit v1.8.0