|
@@ -57,7 +57,7 @@ export struct SafeView {
|
|
this.customBuilderParam()
|
|
this.customBuilderParam()
|
|
}
|
|
}
|
|
.padding({
|
|
.padding({
|
|
- top: this.isImmersive ? 0 : WindowHelper.topRectHeight + 44,
|
|
|
|
|
|
+ top: this.isImmersive ? 0 : this.hideNavBar ? 44 : WindowHelper.topRectHeight + 44,
|
|
bottom: this.isImmersive ? 0 : WindowHelper.bottomRectHeight
|
|
bottom: this.isImmersive ? 0 : WindowHelper.bottomRectHeight
|
|
})
|
|
})
|
|
.align(Alignment.Top)
|
|
.align(Alignment.Top)
|