From 1b89aa4493d1c9768447f2f480d594cdb8077fdc Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 26 十月 2020 09:24:19 +0800
Subject: [PATCH] 2020-10-26

---
 src/tabviews/custom/components/chart/antv-bar-line/index.scss |    4 ++++
 1 files changed, 4 insertions(+), 0 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 9f58671..9b1e815 100644
--- a/src/tabviews/custom/components/chart/antv-bar-line/index.scss
+++ b/src/tabviews/custom/components/chart/antv-bar-line/index.scss
@@ -1,7 +1,11 @@
 .custom-line-chart-plot-box {
   background: #ffffff;
+  background-position: center center;
+  background-repeat: no-repeat;
+  background-size: cover;
   border-style: solid;
   border-width: 0;
+  min-height: 100px;
 
   > .chart-header {
     height: 45px;

--
Gitblit v1.8.0