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

Signed-off-by: gaoxiangzhong <2323004635@qq.com>
This commit is contained in:
gaoxiangzhong 2024-03-30 10:22:30 +08:00
parent 24efddb7ff
commit 132f7f737c

View File

@ -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 {