From ad75b50a0c4dc4936c3a5c99b0ff80a4cc625775 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 4 Jun 2026 21:54:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E5=AE=9A=E5=88=B6=E5=99=A8=E9=A1=B6=E9=83=A8=E5=AE=89=E5=85=A8?= =?UTF-8?q?=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ThemeCustomizer.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/ThemeCustomizer.vue b/src/components/ThemeCustomizer.vue index 08f0d970..58b76800 100644 --- a/src/components/ThemeCustomizer.vue +++ b/src/components/ThemeCustomizer.vue @@ -473,6 +473,8 @@ async function handleResetSettings() { background: rgb(var(--v-theme-surface)); block-size: var(--theme-customizer-viewport-height, 100dvh); max-block-size: var(--theme-customizer-viewport-height, 100dvh); + /* fullscreen dialog 会贴到 viewport-fit=cover 顶部,iOS 需要在面板内部避开系统状态栏。 */ + padding-block-start: env(safe-area-inset-top); } .theme-customizer-panel--dialog .theme-customizer-body {