From 53b9fb93d0376eb02bb996935f1720b4e95cd897 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 12 十月 2022 14:41:06 +0800 Subject: [PATCH] 2022-10-12 --- src/menu/components/share/searchcomponent/index.scss | 21 +++++++++++++++++++-- 1 files changed, 19 insertions(+), 2 deletions(-) diff --git a/src/menu/components/share/searchcomponent/index.scss b/src/menu/components/share/searchcomponent/index.scss index 8751690..fccf1bf 100644 --- a/src/menu/components/share/searchcomponent/index.scss +++ b/src/menu/components/share/searchcomponent/index.scss @@ -1,7 +1,7 @@ .model-custom-header-search-list { padding: 0px; - .ant-row .ant-col { + .ant-row >.ant-col { float: right; padding: 0 6px; } @@ -10,7 +10,6 @@ position: relative; border-radius: 2px; height: 45px; - padding-top: 8px; .ant-form-item { position: relative; cursor: move; @@ -26,6 +25,9 @@ .ant-input { height: 28px; } + .ant-btn { + height: 28px; + } .data-range .ant-calendar-picker-input { padding: 4px 20px 4px 5px; font-size: 13px; @@ -37,6 +39,7 @@ } } .ant-form-item::after { + display: block; content: ' '; position: absolute; top: 0; @@ -46,6 +49,20 @@ opacity: 0; z-index: 2; } + .ant-form-item-label { + float: left; + } + .ant-form-item-control-wrapper { + float: left; + } + } + .page-card.false { + .ant-form-item-label { + display: none; + } + .ant-form-item-control-wrapper { + width: 100%; + } } .ant-calendar-picker { min-width: 100px!important; -- Gitblit v1.8.0