状态栏修复更新
1.添加状态栏间距来防止内容遮挡 2.添加了跟随页面自动变色的状态栏标题色改变
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
/* 顶部导航 */
|
||||
.page-header {
|
||||
padding: calc(env(safe-area-inset-top, 0px) + 44px) 32px 24px !important;
|
||||
padding: calc(env(safe-area-inset-top, 0px) + 44px) 32px 24px;
|
||||
margin: 20px 0 0;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user