From 69cd43786253e299f6856a200554ae7fc0621877 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 27 六月 2021 21:26:20 +0800 Subject: [PATCH] 2021-06-27 --- src/tabviews/zshare/topSearch/advanceform/index.scss | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/tabviews/zshare/topSearch/advanceform/index.scss b/src/tabviews/zshare/topSearch/advanceform/index.scss index 4cde22e..74b0bca 100644 --- a/src/tabviews/zshare/topSearch/advanceform/index.scss +++ b/src/tabviews/zshare/topSearch/advanceform/index.scss @@ -1,5 +1,6 @@ .advance-search { background: #ffffff; + margin-bottom: 35px; .ant-form-item { display: flex; margin-bottom: 0px; @@ -28,4 +29,13 @@ .check-card-form-box { margin-top: 5px; } + .advance-button { + position: absolute; + left: 0; + bottom: 0; + width: 100%; + text-align: right; + padding: 10px; + border-top: 1px solid #f0f0f0; + } } \ No newline at end of file -- Gitblit v1.8.0