From 6e106eb13ce404d9955d6c9045d21050d3e08294 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 20 十一月 2020 11:19:36 +0800 Subject: [PATCH] 2020-11-20 --- src/tabviews/custom/components/search/main-search/index.scss | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/search/main-search/index.scss b/src/tabviews/custom/components/search/main-search/index.scss index 4b220df..8b7c1f4 100644 --- a/src/tabviews/custom/components/search/main-search/index.scss +++ b/src/tabviews/custom/components/search/main-search/index.scss @@ -1,4 +1,5 @@ .custom-main-search { + background: #ffffff; .ant-form-item { display: flex; margin-bottom: 0px; @@ -35,4 +36,11 @@ content: '*'; } } +} +.custom-main-search.right { + >.ant-row { + >.ant-col { + float: right; + } + } } \ No newline at end of file -- Gitblit v1.8.0