From 72419e2f826031a158173f46d723a672064e37cd Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 31 八月 2021 22:42:51 +0800 Subject: [PATCH] 2021-08-31 --- src/menu/components/share/searchcomponent/index.scss | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/menu/components/share/searchcomponent/index.scss b/src/menu/components/share/searchcomponent/index.scss index 8751690..770b589 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; @@ -37,6 +36,7 @@ } } .ant-form-item::after { + display: block; content: ' '; position: absolute; top: 0; @@ -47,6 +47,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