From e1cee96b38805bcccf48e7bcb9d296f2bc54c720 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 24 一月 2025 11:10:32 +0800 Subject: [PATCH] 2025-01-24 --- src/menu/components/share/searchcomponent/index.scss | 36 +++++++++++++++++++++++++++++++++--- 1 files changed, 33 insertions(+), 3 deletions(-) diff --git a/src/menu/components/share/searchcomponent/index.scss b/src/menu/components/share/searchcomponent/index.scss index 770b589..48586a9 100644 --- a/src/menu/components/share/searchcomponent/index.scss +++ b/src/menu/components/share/searchcomponent/index.scss @@ -1,9 +1,14 @@ .model-custom-header-search-list { padding: 0px; - .ant-row .ant-col { - float: right; - padding: 0 6px; + >.ant-row { + text-align: right; + >.ant-col { + display: inline-block; + float: none; + padding: 0 6px; + text-align: left; + } } .page-card { @@ -23,6 +28,9 @@ height: 28px; } .ant-input { + height: 28px; + } + .ant-btn { height: 28px; } .data-range .ant-calendar-picker-input { @@ -46,6 +54,28 @@ opacity: 0; z-index: 2; } + .ant-form-item-label { + float: left; + } + .ant-form-item-control-wrapper { + float: left; + } + } + .page-card.range-wrap { + .ant-form-item-control-wrapper { + .ant-form-item-control { + .ant-form-item-children { + display: flex; + line-height: 40px; + .ant-input:first-child { + margin-right: 5px; + } + .ant-input:last-child { + margin-left: 5px; + } + } + } + } } .page-card.false { .ant-form-item-label { -- Gitblit v1.8.0