From 4e1938344ca46c0cbe699756ecaffa630e698aec Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 06 五月 2020 13:59:54 +0800
Subject: [PATCH] 2020-05-06

---
 src/templates/sharecomponent/chartcomponent/chartcompile/index.scss |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/templates/sharecomponent/chartcomponent/chartcompile/index.scss b/src/templates/sharecomponent/chartcomponent/chartcompile/index.scss
index 1f17fc6..43ef6ce 100644
--- a/src/templates/sharecomponent/chartcomponent/chartcompile/index.scss
+++ b/src/templates/sharecomponent/chartcomponent/chartcompile/index.scss
@@ -1,6 +1,7 @@
 .line-chart-drawer-form {
   position: absolute;
   right: 10px;
+  top: 50px;
 
   > .anticon-edit {
     color: #1890ff;
@@ -13,6 +14,14 @@
   .ant-drawer-body {
     max-height: calc(100vh - 60px);
     overflow-y: auto;
+
+    .anticon-question-circle {
+      color: #c49f47;
+      margin-right: 3px;
+    }
+    .ant-input-number {
+      width: 100%;
+    }
   }
   .ant-drawer-body::-webkit-scrollbar {
     width: 7px;

--
Gitblit v1.8.0