From cb9ade2afd2a367ad767bc605ab7086c695dd010 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 09 十二月 2022 15:53:32 +0800
Subject: [PATCH] 2022-12-09

---
 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