mirror of
https://gitee.com/gz-yami/mall4j.git
synced 2026-03-22 09:17:16 +08:00
修复我的页面背景样式
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
.container {
|
.container {
|
||||||
background-color: #f7f7f7;
|
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;
|
padding-bottom: 60rpx;
|
||||||
}
|
}
|
||||||
.userinfo {
|
.userinfo {
|
||||||
|
|||||||
Reference in New Issue
Block a user