mirror of
https://gitee.com/openharmony/applications_permission_manager
synced 2024-11-27 05:00:33 +00:00
手势导航下和三键导航下应用启动鉴权框相对位置不同
Signed-off-by: gaoxiangzhong <2323004635@qq.com>
This commit is contained in:
parent
24efddb7ff
commit
132f7f737c
@ -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…
Reference in New Issue
Block a user