From 5046d0d13dc6a8563b8e54e31913bc44cfa1072f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 26 四月 2022 19:23:18 +0800 Subject: [PATCH] 2022-04-26 --- src/mob/components/formdragelement/index.scss | 28 ++++++++++++++++++++++++---- 1 files changed, 24 insertions(+), 4 deletions(-) diff --git a/src/mob/components/formdragelement/index.scss b/src/mob/components/formdragelement/index.scss index 4438434..e4b9d51 100644 --- a/src/mob/components/formdragelement/index.scss +++ b/src/mob/components/formdragelement/index.scss @@ -1,12 +1,29 @@ .modal-fields-row { padding-bottom: 35px; - .mob-col.ant-col { + .ant-col { display: inline-block; float: none; vertical-align: top; - padding-left: 1.2%; - padding-right: 1.2%; + padding-left: 0px; + padding-right: 0px; + } + >.ant-col:not(.ant-col-24) { + padding-right: 10px; + .am-list-line .am-input-label { + width: auto; + padding-right: 10px; + } + .ant-form-item.no-boder { + .am-list-item.input { + .am-list-line { + padding-right: 0px; + } + .am-input-control { + border-bottom: 1px solid #ddd; + } + } + } } .am-list-item { font-size: 16px; @@ -28,7 +45,7 @@ display: flex; flex: 1 1; align-self: stretch; - padding-right: 15px; + padding-right: 10px; overflow: hidden; .am-input-label { width: 28%; @@ -259,6 +276,9 @@ .am-list-line { border-bottom: none; } + .split-line { + border: 0; + } } } .mob-form.modal-fields-row { -- Gitblit v1.8.0