From ac1d52c46ff9019fcc93cf3d5e7ab17cf850824e Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 10 八月 2023 16:05:24 +0800
Subject: [PATCH] 2023-08-10

---
 src/menu/components/chart/antv-dashboard/chartcompile/index.scss |   49 +++++++++++++++----------------------------------
 1 files changed, 15 insertions(+), 34 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..9707fbb 100644
--- a/src/menu/components/chart/antv-dashboard/chartcompile/index.scss
+++ b/src/menu/components/chart/antv-dashboard/chartcompile/index.scss
@@ -4,40 +4,21 @@
     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-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;
     }
   }
 }

--
Gitblit v1.8.0