From 106263ec10e60ce6c406e4fd5eb76d195772d0f0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 18 十二月 2020 18:07:05 +0800 Subject: [PATCH] 2020-12-18 --- src/tabviews/custom/components/chart/antv-pie/index.scss | 30 ++++-------------------------- 1 files changed, 4 insertions(+), 26 deletions(-) diff --git a/src/tabviews/custom/components/chart/antv-pie/index.scss b/src/tabviews/custom/components/chart/antv-pie/index.scss index e6a1847..3839a61 100644 --- a/src/tabviews/custom/components/chart/antv-pie/index.scss +++ b/src/tabviews/custom/components/chart/antv-pie/index.scss @@ -1,25 +1,10 @@ .custom-pie-chart-plot-box { + position: relative; background: #ffffff; background-position: center center; background-repeat: no-repeat; background-size: cover; min-height: 100px; - - > .chart-header { - height: 45px; - // border-bottom: 1px solid #e8e8e8; - overflow: hidden; - - .chart-title { - // font-size: 16px; - float: left; - line-height: 45px; - margin-left: 10px; - text-decoration: inherit; - font-weight: inherit; - font-style: inherit; - } - } .canvas-wrap { margin: 0 0px; @@ -56,14 +41,10 @@ } .loading-mask { position: absolute; - left: 20px; + left: 0px; top: 0; - right: 20px; - bottom: 30px; - display: flex; - align-items: center; - justify-content: center; - text-align: justify; + right: 0px; + bottom: 0px; z-index: 1; .ant-spin-blur { @@ -73,9 +54,6 @@ opacity: 0.5; background: #ffffff; } - } - .chart-title + .loading-mask { - top: 40px; } > .ant-select { width: 150px; -- Gitblit v1.8.0