From e1cee96b38805bcccf48e7bcb9d296f2bc54c720 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 24 一月 2025 11:10:32 +0800 Subject: [PATCH] 2025-01-24 --- src/menu/components/chart/antv-dashboard/chartcompile/index.scss | 46 +++++++++++----------------------------------- 1 files changed, 11 insertions(+), 35 deletions(-) diff --git a/src/menu/components/chart/antv-dashboard/chartcompile/index.scss b/src/menu/components/chart/antv-dashboard/chartcompile/index.scss index 607a36d..c6b58b1 100644 --- a/src/menu/components/chart/antv-dashboard/chartcompile/index.scss +++ b/src/menu/components/chart/antv-dashboard/chartcompile/index.scss @@ -1,43 +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; - .anticon-question-circle { - color: #c49f47; - position: relative; - left: -3px; - } - .ant-input-number { - width: 100%; - } - .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