From 7449eee8fa9f8a251e9c4e9162030f1e004bae0f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 15 十月 2020 09:17:04 +0800 Subject: [PATCH] 2020-10-15 --- src/tabviews/custom/components/chart/antv-bar-line/index.scss | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 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 561bce9..9f58671 100644 --- a/src/tabviews/custom/components/chart/antv-bar-line/index.scss +++ b/src/tabviews/custom/components/chart/antv-bar-line/index.scss @@ -1,16 +1,24 @@ .custom-line-chart-plot-box { background: #ffffff; + border-style: solid; + border-width: 0; > .chart-header { height: 45px; border-bottom: 1px solid #e8e8e8; overflow: hidden; + text-decoration: inherit; + font-weight: inherit; + font-style: inherit; .chart-title { - font-size: 16px; + // font-size: 16px; float: left; line-height: 45px; margin-left: 10px; + text-decoration: inherit; + font-weight: inherit; + font-style: inherit; } } @@ -31,7 +39,8 @@ .canvas { margin: 0; // border: 1px solid #e8e8e8; - padding: 25px 15px; + padding: 15px; + letter-spacing: 0px; } .canvas.empty { div { -- Gitblit v1.8.0