From 610916b0e897c4953310bac7c0a9a37c7379ffc0 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 25 五月 2021 16:29:13 +0800
Subject: [PATCH] 2021-05-25

---
 src/tabviews/custom/components/chart/antv-bar-line/index.scss |    3 ++-
 1 files changed, 2 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 b912f22..a3afbfc 100644
--- a/src/tabviews/custom/components/chart/antv-bar-line/index.scss
+++ b/src/tabviews/custom/components/chart/antv-bar-line/index.scss
@@ -9,6 +9,7 @@
   .canvas-wrap {
     margin: 0 0px;
     position: relative;
+    min-height: calc(100% - 45px);
     .chart-action {
       position: absolute;
       top: 0px;
@@ -22,7 +23,7 @@
 
   .canvas {
     margin: 0;
-    padding: 20px 15px 15px;
+    padding: 15px 10px 10px;
     letter-spacing: 0px;
   }
   .canvas.empty {

--
Gitblit v1.8.0