From fc0d22d43a94cf7d665bf201a7e21223ca8e3a54 Mon Sep 17 00:00:00 2001 From: Vinjor Date: Thu, 8 May 2025 10:48:04 +0800 Subject: [PATCH] 1 --- pages/components/notice-index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/components/notice-index.vue b/pages/components/notice-index.vue index 69d2867..d9ab55c 100644 --- a/pages/components/notice-index.vue +++ b/pages/components/notice-index.vue @@ -71,7 +71,7 @@ - + @@ -863,6 +863,10 @@ isplay: flex; flex-direction: column; } + + .open-zf { + height: calc(100vh - var(--status-bar-height) - var(--window-bottom) - 450rpx) !important; + } } }