From 1963b0ec9aaf1cea0580cbacda886fd185d3170c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 21 七月 2022 14:53:57 +0800 Subject: [PATCH] 2022-07-21 --- src/tabviews/zshare/topSearch/index.scss | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/topSearch/index.scss b/src/tabviews/zshare/topSearch/index.scss index 551a9fd..1d7e1bc 100644 --- a/src/tabviews/zshare/topSearch/index.scss +++ b/src/tabviews/zshare/topSearch/index.scss @@ -42,6 +42,18 @@ content: '*'; } } + .check-card-form-box { + .no-margin-bottom { + margin-bottom: 0px; + } + .card-cell { + padding: 4px 6px; + } + .card-color-cell { + padding: 4px 6px; + min-height: 32px; + } + } .search-button { min-height: 55px; .ant-btn-link, .ant-btn-link:hover, .ant-btn-link:active{ @@ -57,7 +69,6 @@ } .anticon-down { transition: transform 0.3s; - // top: 3px!important; margin-left: 2px; } .visible { -- Gitblit v1.8.0