From 5423c7caa9723e0b232ea6c5ef4aaf90bd7a3334 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 21 十月 2020 14:46:25 +0800 Subject: [PATCH] 2020-10-21 --- src/tabviews/zshare/mutilform/index.scss | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 50 insertions(+), 5 deletions(-) diff --git a/src/tabviews/zshare/mutilform/index.scss b/src/tabviews/zshare/mutilform/index.scss index 919cf39..eff2b51 100644 --- a/src/tabviews/zshare/mutilform/index.scss +++ b/src/tabviews/zshare/mutilform/index.scss @@ -1,8 +1,40 @@ .ant-advanced-search-form.main-form-field { position: relative; padding: 0px 24px 20px; + >.ant-row >.ant-col { + display: inline-block; + float: none; + vertical-align: top; + } + .ant-form-item-label .anticon-question-circle { + color: #c49f47; + margin-right: 3px; + } + .ant-checkbox-group { + line-height: unset; + .ant-checkbox-wrapper { + margin-right: 8px; + } + .ant-checkbox-wrapper + .ant-checkbox-wrapper { + margin-left: 0; + } + } .ant-form-item { display: flex; + } + .ant-form-item.checkcard { + margin-bottom: 10px; + .ant-form-item-control { + line-height: 1.5; + } + } + .ant-form-item.hint { + margin-bottom: 0px; + .message { + margin-top: 9px; + line-height: 1.5; + color: rgba(0, 0, 0, 0.85); + } } .ant-form-item-control-wrapper { flex: 1; @@ -13,12 +45,25 @@ text-overflow: ellipsis; white-space: nowrap; } - .textarea-row { - .ant-col-sm-3 { - width: 10.5%; + >.ant-row.cols2 .ant-col-24 { + .ant-form-item { + .ant-form-item-label { + width: 16%; + } } - .ant-col-sm-21 { - width: 89.5%; + } + >.ant-row.cols3 .ant-col-24 { + .ant-form-item { + .ant-form-item-label { + width: 10.5%; + } + } + } + >.ant-row.cols4 .ant-col-24 { + .ant-form-item { + .ant-form-item-label { + width: 7.5%; + } } } .ant-input-number { -- Gitblit v1.8.0