From 10c86c1fab41f01c7bf7fcb9d2f8b624142f6a54 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 13 九月 2022 14:42:33 +0800
Subject: [PATCH] Merge branch 'develop'

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