修复我的页面背景样式

This commit is contained in:
yangjian 2025-06-09 13:51:54 +08:00
parent 06a949a053
commit 8ef2d6f94f

View File

@ -1,5 +1,7 @@
.container {
background-color: #f7f7f7;
height: calc(100vh - 44px - env(safe-area-inset-top) - var(--tab-bar-height) - env(safe-area-inset-bottom));
box-sizing: border-box;
padding-bottom: 60rpx;
}
.userinfo {