From a02fc6a77fa1b35c6516b2d37108d80e260c6c85 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 07 十一月 2024 22:05:08 +0800
Subject: [PATCH] 2024-11-07

---
 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