From 72419e2f826031a158173f46d723a672064e37cd Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 31 八月 2021 22:42:51 +0800
Subject: [PATCH] 2021-08-31

---
 src/menu/components/chart/antv-bar/chartcompile/index.scss |   25 +++++++++++++++++++------
 1 files changed, 19 insertions(+), 6 deletions(-)

diff --git a/src/menu/components/chart/antv-bar/chartcompile/index.scss b/src/menu/components/chart/antv-bar/chartcompile/index.scss
index 517b9a5..244c6aa 100644
--- a/src/menu/components/chart/antv-bar/chartcompile/index.scss
+++ b/src/menu/components/chart/antv-bar/chartcompile/index.scss
@@ -1,12 +1,7 @@
 .line-chart-drawer-form {
-  position: absolute;
-  right: 0px;
-  top: 50%;
-
+  display: inline-block;
   > .anticon-edit {
     color: #1890ff;
-    font-size: 16px;
-    margin-right: 5px;
   }
 }
 .menu-chart-edit-modal {
@@ -14,6 +9,7 @@
     top: 50px;
     .ant-modal-body {
       max-height: calc(100vh - 190px);
+      min-height: 50vh;
       padding-top: 10px;
       .menu-chart-edit-box {
         .anticon-question-circle {
@@ -24,6 +20,23 @@
         .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