mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-10 13:56:04 +08:00
bug:
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -139,9 +139,7 @@
|
||||
}
|
||||
|
||||
.header-container {
|
||||
height: 64px;
|
||||
margin-top: 52px;
|
||||
line-height: 64px;
|
||||
height: 100%;
|
||||
padding: 0 30px;
|
||||
position: relative;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user