From b6c698c8833836971184a0a9c2645a15f8174d37 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 08 五月 2025 16:31:18 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/templates/sharecomponent/searchcomponent/index.scss | 25 ++++++++++++++++++++++++- 1 files changed, 24 insertions(+), 1 deletions(-) diff --git a/src/templates/sharecomponent/searchcomponent/index.scss b/src/templates/sharecomponent/searchcomponent/index.scss index b156cdb..b6f619c 100644 --- a/src/templates/sharecomponent/searchcomponent/index.scss +++ b/src/templates/sharecomponent/searchcomponent/index.scss @@ -142,7 +142,7 @@ } } } -.model-table-search-list.mk-size-small { +.model-table-search-list.mk-order-small { .page-card { height: 45px; } @@ -151,4 +151,27 @@ height: 45px!important; } } +} +.model-table-search-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; + } + } + } } \ No newline at end of file -- Gitblit v1.8.0