style: set user page background white

This commit is contained in:
hajimi
2026-08-03 03:43:57 +08:00
parent bdcb5646c2
commit 3027314e50
+1 -1
View File
@@ -253,7 +253,7 @@ const handleMenuTap = (item: any) => {
.user-page {
height: 100vh;
overflow: hidden;
background: #f7f8fa;
background: #fff;
color: #111827;
padding-bottom: calc(88rpx + env(safe-area-inset-bottom));
box-sizing: border-box;