This commit is contained in:
zhangjing1
2026-02-05 19:49:48 +08:00
parent 361dff3422
commit d8251ad2f3
2 changed files with 3 additions and 4 deletions

View File

@@ -38,7 +38,8 @@ const CustomNavigationHeader = memo((props) => {
height: `${gNavbarH}px`,
backgroundSize: '100% 100%',
backgroundRepeat: 'no-repeat',
backgroundPosition: 'center'
backgroundPosition: 'center',
paddingTop: `${gStatusBarHeight}px`,
}
if (value?.navigateBackgroundColorr) {
style.backgroundColor = value?.navigateBackgroundColor

View File

@@ -139,9 +139,7 @@
}
.header-container {
height: 64px;
margin-top: 52px;
line-height: 64px;
height: 100%;
padding: 0 30px;
position: relative;
display: flex;