From 8d66ff34fae5b048a6b7923cc75d34f13a08be9d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 02 八月 2022 11:42:43 +0800 Subject: [PATCH] Merge branch 'develop' --- src/menu/components/chart/antv-bar/chartcompile/index.scss | 32 ++++++++++++++++++-------------- 1 files changed, 18 insertions(+), 14 deletions(-) diff --git a/src/menu/components/chart/antv-bar/chartcompile/index.scss b/src/menu/components/chart/antv-bar/chartcompile/index.scss index 231a936..6334288 100644 --- a/src/menu/components/chart/antv-bar/chartcompile/index.scss +++ b/src/menu/components/chart/antv-bar/chartcompile/index.scss @@ -1,13 +1,7 @@ .line-chart-drawer-form { - position: absolute; - right: 0px; - top: 50%; - + display: inline-block; > .anticon-edit { color: #1890ff; - font-size: 16px; - margin-right: 5px; - cursor: pointer; } } .menu-chart-edit-modal { @@ -15,19 +9,29 @@ top: 50px; .ant-modal-body { max-height: calc(100vh - 190px); + min-height: 50vh; padding-top: 10px; .menu-chart-edit-box { - .anticon-question-circle { - color: #c49f47; - position: relative; - left: -3px; - } - .ant-input-number { - width: 100%; + .ant-radio-wrapper { + margin-right: 5px; } .ant-tabs-nav-wrap { text-align: center; } + .color-sketch-block { + position: relative; + top: 5px; + width: 240px; + } + .color-add { + float: right; + margin-bottom: 10px; + position: relative; + z-index: 1; + } + .ant-table-column-title { + white-space: nowrap; + } } } } -- Gitblit v1.8.0