From 46f79b491173d284a4900d19e7aecf7509481438 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 21 一月 2022 17:21:25 +0800 Subject: [PATCH] 2022-01-21 --- src/mob/searchconfig/index.scss | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/mob/searchconfig/index.scss b/src/mob/searchconfig/index.scss index 934712f..9eb6275 100644 --- a/src/mob/searchconfig/index.scss +++ b/src/mob/searchconfig/index.scss @@ -154,13 +154,23 @@ height: 45px; line-height: 45px; position: relative; - border-bottom: 1px solid #f0f0f0; margin-bottom: 10px; .anticon-close, .anticon-left { position: absolute; line-height: 45px; font-size: 18px; left: 10px; + } + .ant-btn { + position: absolute; + right: 20px; + border: none; + top: 6px; + color: #1890ff; + background-color: transparent; + cursor: default; + font-size: 16px; + box-shadow: none; } .am-navbar-title { font-size: 16px; @@ -178,7 +188,7 @@ position: relative; top: 50%; transform: translateY(-50%); - margin: 0 30px 0 35px; + margin: 0 80px 0 10px; } } .search-btn { -- Gitblit v1.8.0