From 6e54af776db885ad1a22ec582bdc97d7e1273c6c Mon Sep 17 00:00:00 2001
From: queenwuli <942534046@qq.com>
Date: Wed, 13 Jan 2021 17:31:30 +0800
Subject: [PATCH] 系统优化

---
 hive-app/components/filterDropdown/index.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/hive-app/components/filterDropdown/index.vue b/hive-app/components/filterDropdown/index.vue
index b73b26e..0288ed4 100644
--- a/hive-app/components/filterDropdown/index.vue
+++ b/hive-app/components/filterDropdown/index.vue
@@ -96,11 +96,13 @@
 <style>
 	.mask{
 		position: fixed;
+		top: calc(92px + var(--status-bar-height));
 		left: 0;
 		right: 0;
 		height: 100%;
 		background: rgba(0,0,0,0.4);
 		transition: all 0.2s;
+		z-index: 999;
 	}
 	.dropdown-wrap-close .mask{
 		display: none;

--
Gitblit v1.9.1