From 6c68ddaac837ebed30d291f0f8b864b830afaa8a Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 21 七月 2022 01:01:22 +0800
Subject: [PATCH] 2022-07-21

---
 src/tabviews/zshare/topSearch/index.scss |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/zshare/topSearch/index.scss b/src/tabviews/zshare/topSearch/index.scss
index 492c8c7..551a9fd 100644
--- a/src/tabviews/zshare/topSearch/index.scss
+++ b/src/tabviews/zshare/topSearch/index.scss
@@ -108,3 +108,25 @@
     text-align: right;
   }
 }
+.mk-search-drawer {
+  .ant-drawer-wrapper-body {
+    position: relative;
+  }
+  .ant-drawer-header {
+    position: absolute;
+    top: 0;
+    width: 100%;
+  }
+  .ant-drawer-body {
+    padding-bottom: 50px;
+    position: relative;
+    min-height: calc(100% - 60px);
+    margin-top: 55px;
+    .advance-button {
+      background: #ffffff;
+    }
+    .advance-search {
+      margin-bottom: 15px;
+    }
+  }
+}

--
Gitblit v1.8.0