From 0c84df247914f893ef5e41d57a422e10a2dc814c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 12 十一月 2021 17:02:06 +0800 Subject: [PATCH] 2021-11-12 --- src/templates/sharecomponent/settingcomponent/settingform/index.scss | 31 ++++++++++++++++++++++++++++--- 1 files changed, 28 insertions(+), 3 deletions(-) diff --git a/src/templates/sharecomponent/settingcomponent/settingform/index.scss b/src/templates/sharecomponent/settingcomponent/settingform/index.scss index f6d78e3..2166d9b 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 { @@ -9,9 +21,10 @@ width: 83.33333333%; } } - .anticon-question-circle { - color: #c49f47; - margin-right: 3px; + .text-area { + .CodeMirror { + height: 150px; + } } } .operation-btn { @@ -33,4 +46,16 @@ 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; + } + .ant-tabs-nav-wrap { + text-align: center; + } } \ No newline at end of file -- Gitblit v1.8.0