!226 手势导航下和三键导航下应用启动鉴权框相对位置不同

Merge pull request !226 from Gaoxz/master
This commit is contained in:
openharmony_ci 2024-04-02 09:08:46 +00:00 committed by Gitee
commit 91c101e0b8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -276,7 +276,7 @@ struct PermissionDialog {
} }
}.margin({ left: this.isBottomPopover ? Constants.DIALOG_MARGIN_VERTICAL : Constants.DIALOG_MARGIN, }.margin({ left: this.isBottomPopover ? Constants.DIALOG_MARGIN_VERTICAL : Constants.DIALOG_MARGIN,
right: this.isBottomPopover ? Constants.DIALOG_MARGIN_VERTICAL : Constants.DIALOG_MARGIN, right: this.isBottomPopover ? Constants.DIALOG_MARGIN_VERTICAL : Constants.DIALOG_MARGIN,
bottom: this.isBottomPopover ? this.naviHeight : 0}) bottom: this.isBottomPopover ? this.naviHeight + "px" : 0})
} }
showTitle(): ResourceStr { showTitle(): ResourceStr {