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/tabviews/zshare/topSearch/index.scss | 30 +++++++++++++++++++++++++++++- 1 files changed, 29 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/topSearch/index.scss b/src/tabviews/zshare/topSearch/index.scss index 021510b..7f921b2 100644 --- a/src/tabviews/zshare/topSearch/index.scss +++ b/src/tabviews/zshare/topSearch/index.scss @@ -132,11 +132,39 @@ text-align: right; } } -.mk-search-wrap.mk-size-small { +.mk-search-wrap.mk-order-small { .ant-form-item, .search-button { min-height: 45px; } } +.mk-search-wrap.mk-order-updown { + .mk-search-col { + .ant-form-item { + display: block; + min-height: auto; + margin-bottom: 15px; + + .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; + } + } + } + .mk-search-col:last-child { + .ant-form-item { + margin-bottom: 20px; + } + } +} .mk-search-drawer { .ant-drawer-wrapper-body { position: relative; -- Gitblit v1.8.0