From 69cd43786253e299f6856a200554ae7fc0621877 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 27 六月 2021 21:26:20 +0800 Subject: [PATCH] 2021-06-27 --- src/tabviews/zshare/topSearch/index.scss | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 52 insertions(+), 5 deletions(-) diff --git a/src/tabviews/zshare/topSearch/index.scss b/src/tabviews/zshare/topSearch/index.scss index 556e04d..f5378b0 100644 --- a/src/tabviews/zshare/topSearch/index.scss +++ b/src/tabviews/zshare/topSearch/index.scss @@ -1,6 +1,5 @@ -.ant-advanced-search-form.top-search { - padding: 0px 24px 20px; - border-bottom: 1px solid #efefef; +.top-search { + background: #ffffff; .ant-form-item { display: flex; margin-bottom: 0px; @@ -14,7 +13,6 @@ width: calc(100% - 100px); } .ant-form-item-label { - // width: 100px; text-overflow: ellipsis; } .daterange .ant-calendar-picker-input { @@ -27,4 +25,53 @@ .ant-calendar-picker-container { z-index: 10 !important; } -} \ No newline at end of file + .group-required { + label::before { + display: inline-block; + margin-right: 4px; + color: #f5222d; + font-size: 14px; + font-family: SimSun, sans-serif; + line-height: 1; + 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; + padding: 0 12px; + > 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; + } + } + } + .check-card-form-box { + margin-top: 5px; + } +} +.top-search.right { + >.ant-row { + >.ant-col { + float: right; + } + } +} -- Gitblit v1.8.0