From 7e5200a09b2c6282382ec8725220f5561de139f6 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 23 二月 2024 18:05:53 +0800 Subject: [PATCH] Merge branch 'develop' --- src/menu/components/chart/antv-dashboard/chartcompile/index.scss | 38 +++++++++++--------------------------- 1 files changed, 11 insertions(+), 27 deletions(-) diff --git a/src/menu/components/chart/antv-dashboard/chartcompile/index.scss b/src/menu/components/chart/antv-dashboard/chartcompile/index.scss index 8764153..c6b58b1 100644 --- a/src/menu/components/chart/antv-dashboard/chartcompile/index.scss +++ b/src/menu/components/chart/antv-dashboard/chartcompile/index.scss @@ -1,35 +1,19 @@ -.line-chart-drawer-form { +.dashboard-chart-drawer-form { display: inline-block; > .anticon-edit { color: #1890ff; } } -.menu-chart-edit-modal { - .ant-modal { - top: 50px; - .ant-modal-body { - min-height: 50vh; - max-height: calc(100vh - 190px); - padding-top: 10px; - .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; - } - .color-col { - .ant-form-item-control { - height: 40px; - } - } +.menu-chart-edit-box { + .color-add { + float: right; + margin-bottom: 10px; + position: relative; + z-index: 1; + } + .color-col { + .ant-form-item-control { + height: 40px; } } } -- Gitblit v1.8.0