From ed7d889f7d9dfca77fd7f055ad8d6ec6ad85ae91 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 20 七月 2022 18:28:13 +0800 Subject: [PATCH] 2022-07-20 --- src/tabviews/zshare/topSearch/advanceform/index.scss | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/topSearch/advanceform/index.scss b/src/tabviews/zshare/topSearch/advanceform/index.scss index 50a24d0..b3cdf80 100644 --- a/src/tabviews/zshare/topSearch/advanceform/index.scss +++ b/src/tabviews/zshare/topSearch/advanceform/index.scss @@ -1,10 +1,16 @@ .advance-search { background: #ffffff; margin-bottom: 35px; + + .mk-search-col { + display: inline-block; + float: none; + vertical-align: top; + } .ant-form-item { display: flex; margin-bottom: 0px; - min-height: 60px; + min-height: 55px; .ant-form-explain { white-space: nowrap; } -- Gitblit v1.8.0