From 400fee62fb40006a9839f1c3a8244b82566b5057 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 08 五月 2025 16:30:39 +0800 Subject: [PATCH] Merge branch 'develop' --- 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