From cf804e19634ff953bb132af1b2f46905d80c1e3a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 12 五月 2021 15:08:34 +0800 Subject: [PATCH] 2021-05-12 --- src/tabviews/zshare/topSearch/index.scss | 29 ++++++++++++++++++++++++++++- 1 files changed, 28 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/topSearch/index.scss b/src/tabviews/zshare/topSearch/index.scss index 9388a99..449f40b 100644 --- a/src/tabviews/zshare/topSearch/index.scss +++ b/src/tabviews/zshare/topSearch/index.scss @@ -36,6 +36,33 @@ content: '*'; } } + .search-button { + .ant-btn-link, .ant-btn-link:hover, .ant-btn-link:active{ + border-color: transparent; + span { + position: relative; + top: 5px; + } + } + } + .advanced-list { + font-size: 13px; + > div { + display: inline-block; + margin-right: 10px; + border: 1px solid #dddddd; + padding: 0 4px 0 4px; + background: rgba(0, 0, 0, 0.02); + + .anticon-close { + margin-left: 5px; + cursor: pointer; + color: #bcbcbc; + font-size: 12px; + padding: 2px; + } + } + } } .top-search.right { >.ant-row { @@ -43,4 +70,4 @@ float: right; } } -} \ No newline at end of file +} -- Gitblit v1.8.0