From e9c48bd7356462ba9257540b130a47a65ad1861d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 26 八月 2021 17:17:11 +0800 Subject: [PATCH] 2021-08-26 --- src/menu/components/search/main-search/index.scss | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/menu/components/search/main-search/index.scss b/src/menu/components/search/main-search/index.scss index 09caf96..d7eb2f7 100644 --- a/src/menu/components/search/main-search/index.scss +++ b/src/menu/components/search/main-search/index.scss @@ -102,6 +102,20 @@ margin-left: 5px; } } + .quickly-add { + position: absolute; + z-index: 3; + right: 55px; + bottom: 3px; + .ant-btn-block { + background-color: transparent; + color: #1890ff; + border: none; + box-shadow: none!important; + height: 18px; + padding: 0 10px; + } + } } .main-search-edit-list:not(.right) { .pre-action { -- Gitblit v1.8.0