From 106263ec10e60ce6c406e4fd5eb76d195772d0f0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 18 十二月 2020 18:07:05 +0800 Subject: [PATCH] 2020-12-18 --- src/tabviews/zshare/topSearch/index.scss | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/tabviews/zshare/topSearch/index.scss b/src/tabviews/zshare/topSearch/index.scss index b5087da..9388a99 100644 --- a/src/tabviews/zshare/topSearch/index.scss +++ b/src/tabviews/zshare/topSearch/index.scss @@ -1,6 +1,5 @@ .top-search { - padding: 0px 24px 10px; - border-bottom: 1px solid #efefef; + background: #ffffff; .ant-form-item { display: flex; margin-bottom: 0px; @@ -14,7 +13,6 @@ width: calc(100% - 100px); } .ant-form-item-label { - // width: 100px; text-overflow: ellipsis; } .daterange .ant-calendar-picker-input { @@ -38,4 +36,11 @@ content: '*'; } } +} +.top-search.right { + >.ant-row { + >.ant-col { + float: right; + } + } } \ No newline at end of file -- Gitblit v1.8.0