From 610916b0e897c4953310bac7c0a9a37c7379ffc0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 25 五月 2021 16:29:13 +0800 Subject: [PATCH] 2021-05-25 --- src/tabviews/custom/components/chart/antv-pie/index.scss | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/chart/antv-pie/index.scss b/src/tabviews/custom/components/chart/antv-pie/index.scss index 3839a61..e7c1be6 100644 --- a/src/tabviews/custom/components/chart/antv-pie/index.scss +++ b/src/tabviews/custom/components/chart/antv-pie/index.scss @@ -9,6 +9,7 @@ .canvas-wrap { margin: 0 0px; position: relative; + min-height: calc(100% - 45px); .chart-action { position: absolute; top: 2px; -- Gitblit v1.8.0