From 5ec0f02101cb4255c6398856bbf17a2a0b2c9a7e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 14 十一月 2022 17:33:55 +0800 Subject: [PATCH] 2022-11-14 --- src/tabviews/custom/components/chart/antv-scatter/index.scss | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/tabviews/custom/components/chart/antv-scatter/index.scss b/src/tabviews/custom/components/chart/antv-scatter/index.scss index eaad237..9faf7ac 100644 --- a/src/tabviews/custom/components/chart/antv-scatter/index.scss +++ b/src/tabviews/custom/components/chart/antv-scatter/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; @@ -44,9 +41,8 @@ .canvas { margin: 0; - padding: 15px 10px 10px; + padding: 15px; letter-spacing: 0px; - height: 100%; } .canvas.empty { div { -- Gitblit v1.8.0