From bbcb3f45ad0ef4c808bf5a68ec10c0464c094e2f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 27 十月 2021 11:51:40 +0800 Subject: [PATCH] Merge branch 'master' into bms --- src/mob/components/formdragelement/index.scss | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/src/mob/components/formdragelement/index.scss b/src/mob/components/formdragelement/index.scss index aa3c250..26bc526 100644 --- a/src/mob/components/formdragelement/index.scss +++ b/src/mob/components/formdragelement/index.scss @@ -65,6 +65,23 @@ } } } + .am-list-item.up_down { + height: auto; + .am-list-line { + display: block; + .am-input-label { + width: auto; + line-height: 32px; + } + .am-input-control { + height: 40px; + line-height: 24px; + } + .am-list-extra { + display: none; + } + } + } .am-list-item.check-card { height: auto; .am-list-line { -- Gitblit v1.8.0