From 5944c2832820a8bfa86e3efb5085f5a2463897f9 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 22 九月 2020 09:14:49 +0800 Subject: [PATCH] 2020-09-22 --- src/tabviews/custom/components/chart/antv-bar-line/index.scss | 16 ++++++++++++++-- 1 files changed, 14 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 41ff98b..1adc0c8 100644 --- a/src/tabviews/custom/components/chart/antv-bar-line/index.scss +++ b/src/tabviews/custom/components/chart/antv-bar-line/index.scss @@ -1,10 +1,22 @@ .custom-line-chart-plot-box { margin-bottom: 30px; + + > .chart-header { + height: 45px; + border-bottom: 1px solid #e8e8e8; + overflow: hidden; + + .chart-title { + font-size: 16px; + float: left; + line-height: 45px; + margin-left: 10px; + } + } .canvas-wrap { margin: 0 0px; position: relative; - border-top: 1px solid transparent; .chart-action { position: absolute; top: 2px; @@ -18,7 +30,7 @@ .canvas { margin: 0; - border: 1px solid #e8e8e8; + // border: 1px solid #e8e8e8; padding: 25px 15px; } .canvas.empty { -- Gitblit v1.8.0