From 9ee3d1f9a09a865188baffdffb85f6ad329c7b09 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 19 十二月 2021 01:09:20 +0800 Subject: [PATCH] 2021-12-19 --- src/mob/components/search/single-search/index.scss | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/src/mob/components/search/single-search/index.scss b/src/mob/components/search/single-search/index.scss index 5732e1e..d25c6ba 100644 --- a/src/mob/components/search/single-search/index.scss +++ b/src/mob/components/search/single-search/index.scss @@ -13,6 +13,31 @@ padding: 5px; background: rgba(255, 255, 255, 0.55); } + .ant-input, .ant-input:hover, .ant-input:focus { + border: none; + box-shadow: none; + } + .search-wrap { + border: 1px solid #d9d9d9; + display: flex; + background: #ffffff; + overflow: hidden; + .ant-input { + flex: 1; + border-radius: 0; + } + .anticon-scan { + font-size: 18px; + padding: 5px; + color: #959595; + } + .ant-btn { + border-radius: 0; + position: relative; + right: -1px; + min-width: 45px; + } + } } .single-search-edit-list::after { -- Gitblit v1.8.0