From 78eed586f6a0d15162c89878c53a301e7b142a8a Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 10 十月 2022 00:07:06 +0800
Subject: [PATCH] Merge branch 'master' into positec

---
 src/menu/sysinterface/index.scss |   26 ++++++++++++++------------
 1 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/src/menu/sysinterface/index.scss b/src/menu/sysinterface/index.scss
index c4d74b5..50b4f4d 100644
--- a/src/menu/sysinterface/index.scss
+++ b/src/menu/sysinterface/index.scss
@@ -1,20 +1,22 @@
 .interface-controller-modal {
-  >.ant-modal >.ant-modal-content >.ant-modal-body {
+  .ant-modal-body {
     min-height: 400px;
-    >.mk-border-green {
+    >.anticon-plus {
       float: right;
       position: relative;
       z-index: 1;
-      margin-bottom: 10px;
+      margin: 0px 10px 10px;
+      font-size: 20px;
+      color: #26C281;
+    }
+    .model-datasource {
+      position: relative;
+      top: 0;
+      color: #1890ff;
+      display: inline-block;
+      > .anticon-setting {
+        font-size: 16px;
+      }
     }
   }
 }
-.interface-edit-modal {
-  .ant-modal {
-    top: 70px;
-  }
-  .ant-modal-body {
-    min-height: 300px;
-    padding-top: 5px;
-  }
-}
\ No newline at end of file

--
Gitblit v1.8.0