From d59f518f466274b2caeb2e01c10c92deafe7c93b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 09 二月 2022 11:48:29 +0800 Subject: [PATCH] 2022-02-09 --- src/templates/sharecomponent/settingcomponent/settingform/index.scss | 19 +++++++++++++++---- 1 files changed, 15 insertions(+), 4 deletions(-) diff --git a/src/templates/sharecomponent/settingcomponent/settingform/index.scss b/src/templates/sharecomponent/settingcomponent/settingform/index.scss index 35ec033..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 { @@ -8,10 +20,6 @@ .ant-form-item-control-wrapper { width: 83.33333333%; } - } - .anticon-question-circle { - color: #c49f47; - margin-right: 3px; } .text-area { .CodeMirror { @@ -47,4 +55,7 @@ border: 0; box-shadow: unset; } + .ant-tabs-nav-wrap { + text-align: center; + } } \ No newline at end of file -- Gitblit v1.8.0