From 2cb1add64f6a28da8616d5eb6f5bdb4ad1d7a7e6 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期三, 14 一月 2026 14:25:19 +0800
Subject: [PATCH] 遮挡问题

---
 components/BottomTabBar.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/components/BottomTabBar.vue b/components/BottomTabBar.vue
index 45269d8..fad462b 100644
--- a/components/BottomTabBar.vue
+++ b/components/BottomTabBar.vue
@@ -57,7 +57,7 @@
   border-top: 1rpx solid #eee;
   box-shadow: 0 -4rpx 10rpx rgba(0, 0, 0, 0.06);
   display: flex;
-  z-index: 99;
+  z-index: 10;
   padding-bottom: env(safe-area-inset-bottom);
 }
 

--
Gitblit v1.8.0