From e41a64966b7832baffe96c21d1ea77ef6adb2905 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 14 十月 2021 18:31:55 +0800
Subject: [PATCH] 2021-10-14

---
 src/menu/components/chart/chart-custom/chartcompile/index.scss |   35 +----------------------------------
 1 files changed, 1 insertions(+), 34 deletions(-)

diff --git a/src/menu/components/chart/chart-custom/chartcompile/index.scss b/src/menu/components/chart/chart-custom/chartcompile/index.scss
index 244c6aa..9e19200 100644
--- a/src/menu/components/chart/chart-custom/chartcompile/index.scss
+++ b/src/menu/components/chart/chart-custom/chartcompile/index.scss
@@ -1,43 +1,10 @@
-.line-chart-drawer-form {
-  display: inline-block;
-  > .anticon-edit {
-    color: #1890ff;
-  }
-}
-.menu-chart-edit-modal {
+.custom-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-radio-wrapper {
-          margin-right: 5px;
-        }
-        .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;
-        }
-      }
     }
   }
 }

--
Gitblit v1.8.0