From 67036fb0ed31d77ca33b660ce5f9f47c29ae65c0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 03 三月 2024 11:47:46 +0800 Subject: [PATCH] 2024-03-03 --- src/templates/sharecomponent/searchcomponent/index.scss | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/src/templates/sharecomponent/searchcomponent/index.scss b/src/templates/sharecomponent/searchcomponent/index.scss index 52dda6d..b82e0a3 100644 --- a/src/templates/sharecomponent/searchcomponent/index.scss +++ b/src/templates/sharecomponent/searchcomponent/index.scss @@ -50,6 +50,9 @@ .ant-form-item-label { float: left; } + label[title=" "]::after, label[title=" "]::after { + display: none; + } .ant-form-item-control-wrapper { float: left; .ant-select { @@ -99,6 +102,21 @@ } } } + .page-card.range-wrap { + .ant-form-item-control-wrapper { + .ant-form-item-control { + .ant-form-item-children { + display: flex; + .ant-input:first-child { + margin-right: 5px; + } + .ant-input:last-child { + margin-left: 5px; + } + } + } + } + } .page-card.advanced { .ant-form-item-label label { color: orange; -- Gitblit v1.8.0