From bfcacf54ad793bc33560f8bb15833508cf73aa5b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 31 三月 2023 01:18:44 +0800 Subject: [PATCH] 2023-03-31 --- src/mob/components/formdragelement/index.scss | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 49 insertions(+), 0 deletions(-) diff --git a/src/mob/components/formdragelement/index.scss b/src/mob/components/formdragelement/index.scss index 3772a7b..5aeda26 100644 --- a/src/mob/components/formdragelement/index.scss +++ b/src/mob/components/formdragelement/index.scss @@ -88,6 +88,14 @@ } } } + .am-list-item:not(.up_down) { + .am-list-line { + .am-input-label { + width: 28%; + max-width: 120px; + } + } + } .am-list-item.up_down { height: auto; .am-list-line { @@ -107,6 +115,26 @@ } } } + .am-list-item.picker:not(.up_down) { + .am-list-line { + .am-input-control { + padding-right: 0px; + } + } + } + .am-list-item.up_down.picker { + .am-list-line { + .am-input-control { + line-height: 40px; + padding-right: 20px; + } + .am-list-extra { + top: auto; + right: 10px; + bottom: 13px; + } + } + } .ant-form-item.actived { .am-input-label { color: #1890ff; @@ -122,6 +150,16 @@ } .am-input-label { width: auto; + } + } + } + .am-list-item.check-card.left_right { + .am-list-line { + display: flex; + .am-input-label { + width: 28%; + max-width: 120px; + line-height: 1; } } } @@ -230,6 +268,17 @@ } } } + .am-list-item.checkbox.left_right { + .am-list-line { + display: flex; + .ant-checkbox-group { + float: right; + } + .am-input-control { + padding-right: 0px; + } + } + } .am-list-item.checkbox.mk-radio { .ant-checkbox-inner { border-radius: 50%; -- Gitblit v1.8.0