From 6afdec0062dacbded57e166230eb22cc55ced0c1 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 08 五月 2021 14:30:21 +0800 Subject: [PATCH] 2021-05-08 --- src/menu/components/search/main-search/index.scss | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/menu/components/search/main-search/index.scss b/src/menu/components/search/main-search/index.scss index 6d9928c..be3d2e8 100644 --- a/src/menu/components/search/main-search/index.scss +++ b/src/menu/components/search/main-search/index.scss @@ -2,7 +2,14 @@ min-height: 50px; position: relative; background: #ffffff; + padding-bottom: 15px; + >.ant-switch { + position: absolute; + z-index: 3; + right: 10px; + bottom: 5px; + } >.anticon-tool { position: absolute; z-index: 3; @@ -15,9 +22,9 @@ } > .ant-row { min-height: 65px; - } - .ant-row .ant-col-6 { - padding: 0 12px!important; + > .ant-col { + padding: 0 12px!important; + } } .ant-row.ant-form-item .ant-col { padding: 0; -- Gitblit v1.8.0