From d59f518f466274b2caeb2e01c10c92deafe7c93b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 09 二月 2022 11:48:29 +0800 Subject: [PATCH] 2022-02-09 --- src/menu/components/share/searchcomponent/index.scss | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/src/menu/components/share/searchcomponent/index.scss b/src/menu/components/share/searchcomponent/index.scss index 8751690..8effaa7 100644 --- a/src/menu/components/share/searchcomponent/index.scss +++ b/src/menu/components/share/searchcomponent/index.scss @@ -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; @@ -47,6 +50,14 @@ z-index: 2; } } + .page-card.false { + .ant-form-item-label { + display: none; + } + .ant-form-item-control-wrapper { + width: 100%; + } + } .ant-calendar-picker { min-width: 100px!important; width: 100%; -- Gitblit v1.8.0