This commit is contained in:
张成
2025-11-15 09:43:26 +08:00
parent 53673a41b1
commit 146314f59a
5 changed files with 12 additions and 3 deletions

View File

@@ -152,7 +152,7 @@ const HomeNavbar = (props: IProps) => {
top: 0,
left: 0,
width: '100%',
height: `${statusBarHeight + navBarHeight}px`,
height: `${ navBarHeight}px`,
paddingTop: `${statusBarHeight}px`,
backgroundColor: 'transparent',
zIndex: 99,