From 5df578ff69f6b02e821d59a8883bc75d78695a62 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 10 十一月 2020 11:07:31 +0800
Subject: [PATCH] 2020-11-10

---
 src/templates/sharecomponent/settingcomponent/settingform/index.scss |   37 +++++++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/src/templates/sharecomponent/settingcomponent/settingform/index.scss b/src/templates/sharecomponent/settingcomponent/settingform/index.scss
index b0ef298..0be7ab4 100644
--- a/src/templates/sharecomponent/settingcomponent/settingform/index.scss
+++ b/src/templates/sharecomponent/settingcomponent/settingform/index.scss
@@ -1,4 +1,17 @@
 .model-table-setting-form-box {
+  position: relative;
+
+  >.ant-spin {
+    position: absolute;
+    top: 150px;
+    left: calc(50% - 16px);
+  }
+  .count-tip {
+    position: absolute;
+    top: 0px;
+    color: #1890ff;
+    font-size: 12px;
+  }
   .model-table-setting-form {
     .textarea {
       .ant-form-item-label {
@@ -12,6 +25,11 @@
       color: #c49f47;
       margin-right: 3px;
     }
+    .text-area {
+      .CodeMirror {
+        height: 150px;
+      }
+    }
   }
   .operation-btn {
     display: inline-block;
@@ -22,4 +40,23 @@
   td {
     word-break: break-all;
   }
+  .setting-custom-back {
+    position: absolute;
+    top: -20px;
+    left: -10px;
+    font-size: 16px;
+    z-index: 1;
+    cursor: pointer;
+    padding: 10px;
+    color: rgb(24, 144, 255);
+  }
+  .to-custom-script {
+    float: right;
+    color: #1890ff;
+    margin-right: 12px;
+    margin-top: 15px;
+    cursor: pointer;
+    border: 0;
+    box-shadow: unset;
+  }
 }
\ No newline at end of file

--
Gitblit v1.8.0