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

---
 subpackage/manager/report.vue |    8 ++++++++
 components/BottomTabBar.vue   |    2 +-
 2 files changed, 9 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);
 }
 
diff --git a/subpackage/manager/report.vue b/subpackage/manager/report.vue
index f4893bb..a438fe3 100644
--- a/subpackage/manager/report.vue
+++ b/subpackage/manager/report.vue
@@ -730,4 +730,12 @@
   font-size: 24rpx;
   border-radius: 8rpx;
 }
+
+/* 淇鏃ユ湡閫夋嫨鍣ㄥ脊绐楄搴曢儴瀵艰埅鏍忛伄鎸� */
+::v-deep .uni-calendar__mask {
+  z-index: 998 !important;
+}
+::v-deep .uni-calendar--fixed {
+  z-index: 999 !important;
+}
 </style>

--
Gitblit v1.8.0