From cb9ade2afd2a367ad767bc605ab7086c695dd010 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 09 十二月 2022 15:53:32 +0800 Subject: [PATCH] 2022-12-09 --- src/tabviews/custom/components/chart/antv-bar-line/index.scss | 6 +----- 1 files changed, 1 insertions(+), 5 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 04b5487..f0903f8 100644 --- a/src/tabviews/custom/components/chart/antv-bar-line/index.scss +++ b/src/tabviews/custom/components/chart/antv-bar-line/index.scss @@ -5,13 +5,10 @@ background-repeat: no-repeat; background-size: cover; min-height: 100px; - display: flex; - flex-flow: column; .canvas-wrap { margin: 0 0px; position: relative; - flex: 1; .chart-action { position: absolute; top: 0px; @@ -43,9 +40,8 @@ .canvas { margin: 0; - padding: 15px 10px 10px; + padding: 15px; letter-spacing: 0px; - height: 100%; } .canvas.empty { div { -- Gitblit v1.8.0