From 0173a5b8b4cb7d537f5e0d71c414ed1e6e92a725 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 27 四月 2025 11:59:56 +0800 Subject: [PATCH] 2025-04-27 --- src/menu/components/search/main-search/index.scss | 25 ++++++++++++++++++++++++- 1 files changed, 24 insertions(+), 1 deletions(-) diff --git a/src/menu/components/search/main-search/index.scss b/src/menu/components/search/main-search/index.scss index b5a03a5..b7f1fe6 100644 --- a/src/menu/components/search/main-search/index.scss +++ b/src/menu/components/search/main-search/index.scss @@ -157,7 +157,7 @@ } } -.main-search-edit-list.mk-size-small { +.main-search-edit-list.mk-order-small { .page-card { height: 45px; } @@ -167,6 +167,29 @@ } } } +.main-search-edit-list.mk-order-updown { + .mk-search-item-wrap { + .page-card { + height: auto; + } + .ant-form-item { + display: block; + .ant-form-item-label { + display: block; + width: 100% !important; + text-align: left; + float: none; + line-height: 2; + height: 24px; + } + .ant-form-item-control-wrapper { + display: block; + width: 100% !important; + float: none; + } + } + } +} .main-search-edit-list:not(.show-field) { .ant-form-explain { -- Gitblit v1.8.0