|
@@ -60,6 +60,7 @@ export struct SafeView {
|
|
|
this.customBuilderParam()
|
|
|
}
|
|
|
.padding({
|
|
|
+ // 沉浸式直接0,如果给值的话,会造成用户ui无法覆盖状态栏
|
|
|
top: this.isImmersive ? 0 : this.hideNavBar ? 44 : WindowHelper.topRectHeight + 44,
|
|
|
bottom: this.isImmersive ? 0 : WindowHelper.bottomRectHeight
|
|
|
})
|