mirror of
https://gitee.com/openharmony/applications_permission_manager
synced 2025-01-30 16:02:37 +00:00
!226 手势导航下和三键导航下应用启动鉴权框相对位置不同
Merge pull request !226 from Gaoxz/master
This commit is contained in:
commit
91c101e0b8
@ -276,7 +276,7 @@ struct PermissionDialog {
|
||||
}
|
||||
}.margin({ left: 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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user