fix
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 21s
Docker Build & Deploy / Deploy to Production (push) Successful in 8s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 1s

This commit is contained in:
SunCheng
2026-02-02 17:05:51 +08:00
parent 338bac20ce
commit 534a726648
3 changed files with 11 additions and 6 deletions

View File

@@ -554,6 +554,9 @@ onBeforeUnmount(() => {
background-color: var(--bg-primary);
font-family: var(--font-primary);
color: var(--text-primary);
/* 确保背景延伸到顶部 safe area */
margin-top: calc(-1 * max(0px, calc(env(safe-area-inset-top, 0px) * 0.75)));
padding-top: max(0px, calc(env(safe-area-inset-top, 0px) * 0.75));
}
/* ========== 头部 ========== */
@@ -837,6 +840,7 @@ onBeforeUnmount(() => {
display: flex;
align-items: center;
gap: 14px;
margin-top: 10px;
padding: var(--spacing-xl);
background-color: var(--bg-secondary);
border-radius: var(--radius-md);
@@ -889,7 +893,7 @@ onBeforeUnmount(() => {
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 240px;
min-height: 200px;
padding: var(--spacing-4xl) var(--spacing-2xl);
gap: var(--spacing-md);
}