fix: 修改个人中心页、导航栏bug

This commit is contained in:
R524809
2026-05-25 15:03:43 +08:00
parent 4379358a41
commit 000d7d8a7f
6 changed files with 41 additions and 8 deletions
+1 -1
View File
@@ -331,7 +331,7 @@ page {
.profile-editor {
overflow-y: auto;
padding: 32rpx 40rpx;
padding-bottom: env(safe-area-inset-bottom);
padding-bottom: calc(32rpx + env(safe-area-inset-bottom) + 120rpx);
background: @bg-white;
box-sizing: border-box;
}