From ca73a173f008c8d7a9d700bad897ca24fe2d2203 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 16 十月 2023 09:29:57 +0800
Subject: [PATCH] 111

---
 minipro_standard/uni_modules/l-calendar/components/l-calendar/l-calendar.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/minipro_standard/uni_modules/l-calendar/components/l-calendar/l-calendar.vue b/minipro_standard/uni_modules/l-calendar/components/l-calendar/l-calendar.vue
index cd1ea4a..f5006a6 100644
--- a/minipro_standard/uni_modules/l-calendar/components/l-calendar/l-calendar.vue
+++ b/minipro_standard/uni_modules/l-calendar/components/l-calendar/l-calendar.vue
@@ -528,7 +528,7 @@
 		left: 0;
 		right: 0;
 		bottom: 0;
-		z-index: 9999;
+		z-index: 99999;
 		visibility: hidden;
 		transform: translate3d(0, 100%, 0);
 		transform-origin: center;
@@ -691,7 +691,7 @@
 			justify-content: center;
 			flex-direction: column;
 			background-color: #fff;
-			padding: 0 42rpx env(safe-area-inset-bottom);
+			padding: 0 42rpx calc(env(safe-area-inset-bottom) + 20rpx);
 			box-sizing: border-box;
 			font-size: 24rpx;
 			color: #666;
@@ -703,7 +703,7 @@
 			
 			.calendar-btn {
 				width: 100%;
-			
+				
 				button {
 					background-color: #305ED5;
 					color: #fff;

--
Gitblit v1.9.3