重构首页自适应布局

This commit is contained in:
zhouyanli
2026-05-19 10:26:15 +08:00
parent aa5453c0be
commit b7d1037b35
5 changed files with 65 additions and 75 deletions

View File

@@ -176,8 +176,10 @@ const addInvitation = () => {
padding: 0 40rpx;
}
.status_bar {
height: 32px;
height: var(--status-bar-height);
/* height: 32px; */
width: 100%;
flex-shrink: 0;
}
/* 顶部导航栏 */
.nav-bar {
@@ -203,7 +205,7 @@ const addInvitation = () => {
flex: 1;
text-align: center;
font-size: 32rpx;
font-weight: 600;
font-weight: 400;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;