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/tabviews/zshare/mutilform/index.scss | 36 +++++++++++++++++++++++++++--------- 1 files changed, 27 insertions(+), 9 deletions(-) diff --git a/src/tabviews/zshare/mutilform/index.scss b/src/tabviews/zshare/mutilform/index.scss index 1020caf..537c050 100644 --- a/src/tabviews/zshare/mutilform/index.scss +++ b/src/tabviews/zshare/mutilform/index.scss @@ -8,10 +8,6 @@ padding-left: 1.2%!important; padding-right: 1.2%!important; } - .ant-form-item-label .anticon-question-circle { - color: #c49f47; - margin-right: 3px; - } .ant-checkbox-group { line-height: unset; .ant-checkbox-wrapper { @@ -24,10 +20,22 @@ .ant-form-item { display: flex; } - .ant-form-item.checkcard { + .ant-form-item.checkcard, .ant-form-item.file-upload { margin-bottom: 10px; .ant-form-item-control { - line-height: 1.5; + line-height: 1; + } + } + .ant-form-item.readonly { + .fileupload-form-container { + .ant-upload-select { + display: none; + } + .ant-upload-list-item-actions { + .anticon-delete { + display: none; + } + } } } .ant-form-item.hint { @@ -69,9 +77,6 @@ } } } - .ant-input-number { - width: 100%; - } .ant-form-explain { overflow:hidden; text-overflow:ellipsis; @@ -109,4 +114,17 @@ color: rgba(0, 0, 0, 0.65)!important; } } +} + +.main-form-field.up_down { + .ant-form-item { + display: block; + .ant-form-item-label { + width: 100%!important; + text-align: left; + } + .ant-form-item-control-wrapper { + width: 100%!important; + } + } } \ No newline at end of file -- Gitblit v1.8.0