From f3d4db769ba9b51b799d981511a710fd443d0e08 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 21 四月 2025 12:18:03 +0800
Subject: [PATCH] Merge branch 'master' into positec

---
 src/menu/components/chart/antv-scatter/chartcompile/index.scss |   39 ++++++---------------------------------
 1 files changed, 6 insertions(+), 33 deletions(-)

diff --git a/src/menu/components/chart/antv-scatter/chartcompile/index.scss b/src/menu/components/chart/antv-scatter/chartcompile/index.scss
index 5928db8..7100c66 100644
--- a/src/menu/components/chart/antv-scatter/chartcompile/index.scss
+++ b/src/menu/components/chart/antv-scatter/chartcompile/index.scss
@@ -4,38 +4,11 @@
     color: #1890ff;
   }
 }
-.menu-chart-edit-modal {
-  .ant-modal {
-    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-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;
-        }
-      }
-    }
+.menu-chart-edit-box {
+  .color-add {
+    float: right;
+    margin-bottom: 10px;
+    position: relative;
+    z-index: 1;
   }
 }
-

--
Gitblit v1.8.0