From 1a11f7115e61c548f9ffc77d0a9e504307ca71b2 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 24 八月 2021 18:37:20 +0800
Subject: [PATCH] 2021-08-24

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

diff --git a/src/templates/sharecomponent/settingcomponent/settingform/index.scss b/src/templates/sharecomponent/settingcomponent/settingform/index.scss
index d79c9f6..765f750 100644
--- a/src/templates/sharecomponent/settingcomponent/settingform/index.scss
+++ b/src/templates/sharecomponent/settingcomponent/settingform/index.scss
@@ -1,5 +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 +24,11 @@
     .anticon-question-circle {
       color: #c49f47;
       margin-right: 3px;
+    }
+    .text-area {
+      .CodeMirror {
+        height: 150px;
+      }
     }
   }
   .operation-btn {
@@ -42,4 +59,7 @@
     border: 0;
     box-shadow: unset;
   }
+  .ant-tabs-nav-wrap {
+    text-align: center;
+  }
 }
\ No newline at end of file

--
Gitblit v1.8.0