From b6ccd63b80fc7017bfabc446787732a98c7cbab7 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 06 一月 2021 19:10:28 +0800
Subject: [PATCH] 2021-01-06

---
 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