用户中心顶部距离优化

master
gongfuxiang 2023-10-31 13:54:54 +08:00
parent 2a98cfd8d1
commit 1846116955
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@
background-size: 100% auto;
width: 100%;
min-height: 300rpx;
padding-top: var(--status-bar-height);
}
.top-content .content .user-top {
padding-top: var(--status-bar-height);
}
/**