From 5025901e459ae49d85210573ad38fb3f3c1d9230 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期日, 25 六月 2023 18:48:54 +0800
Subject: [PATCH] 2023-06-25

---
 src/menu/datasource/verifycard/customscript/index.scss |   66 +++++++++++++++++++--------------
 1 files changed, 38 insertions(+), 28 deletions(-)

diff --git a/src/menu/datasource/verifycard/customscript/index.scss b/src/menu/datasource/verifycard/customscript/index.scss
index 2a1d2d8..f663222 100644
--- a/src/menu/datasource/verifycard/customscript/index.scss
+++ b/src/menu/datasource/verifycard/customscript/index.scss
@@ -1,34 +1,44 @@
-.modal-menu-setting-script {
-  .sqlfield {
-    .ant-form-item {
-      margin-bottom: 5px;
-    }
+.modal-source-setting-script {
+  .ant-form-item {
+    display: flex;
+    margin-bottom: 5px;
+  }
+  .ant-form-item-label {
+    width: 110px;
+    min-width: 110px;
+  }
+  .field-able {
     .ant-form-item-control {
-      line-height: 24px;
-    }
-    .ant-form-item-label {
       line-height: 25px;
-    }
-    .ant-form-item-children {
-      line-height: 22px;
-    }
-    .ant-col-sm-8 {
-      width: 10.5%;
-    }
-    .ant-col-sm-16 {
-      width: 89.5%;
+      padding-top: 7px;
     }
   }
-  .sql {
-    .ant-col-sm-8 {
-      width: 10.5%;
-    }
-    .ant-col-sm-16 {
-      width: 89.5%;
-      padding-top: 4px;
-    }
-    .CodeMirror {
-      height: 350px;
-    }
+  .ant-form-item-control-wrapper {
+    flex: auto;
+  }
+  .CodeMirror {
+    height: 350px;
+  }
+  .error-val {
+    display: inline-block;
+    margin-right: 5px;
+    color: #1890ff;
+    cursor: pointer;
+  }
+}
+.adm-mask {
+  z-index: 2000!important;
+}
+.adm-dialog {
+  z-index: 2000!important;
+  .adm-center-popup-body {
+    background-color: #ffffff;
+  }
+  .adm-center-popup-wrap {
+    z-index: 2000;
+  }
+  .adm-button {
+    color: #1890ff;
+    border-top: 1px solid #e9e9e9;
   }
 }
\ No newline at end of file

--
Gitblit v1.8.0