From 3b7c34258f2f1da279a526077a1b6f906ab74c62 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 5 Jul 2025 14:46:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=5Fmisc.scss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/@core/scss/template/placeholders/_misc.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@core/scss/template/placeholders/_misc.scss b/src/@core/scss/template/placeholders/_misc.scss index a48265d6..4f97e8f6 100644 --- a/src/@core/scss/template/placeholders/_misc.scss +++ b/src/@core/scss/template/placeholders/_misc.scss @@ -9,7 +9,7 @@ // 磨砂渐变效果 backdrop-filter: blur(20px); - block-size: calc(env(safe-area-inset-top, 0px) + var(--navbar-height) + 5rem); + block-size: calc(env(safe-area-inset-top, 0px) + var(--navbar-height) + 6rem); content: ""; inset-block-start: 0; inset-inline: 0;