feat: 处理安全底部区域的问题

This commit is contained in:
2026-05-11 16:24:20 +08:00
parent 0dfd4fda1e
commit a216cae411
2 changed files with 2 additions and 2 deletions

View File

@@ -316,5 +316,5 @@
}
.pb-safe-area {
padding-bottom: Max(env(safe-area-inset-bottom), 12px);
padding-bottom: Max(env(safe-area-inset-bottom), 4px);
}