From 132f7f737c90c239f4f6584c9a14155c5e022301 Mon Sep 17 00:00:00 2001 From: gaoxiangzhong <2323004635@qq.com> Date: Sat, 30 Mar 2024 10:22:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E5=8A=BF=E5=AF=BC=E8=88=AA=E4=B8=8B?= =?UTF-8?q?=E5=92=8C=E4=B8=89=E9=94=AE=E5=AF=BC=E8=88=AA=E4=B8=8B=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E5=90=AF=E5=8A=A8=E9=89=B4=E6=9D=83=E6=A1=86=E7=9B=B8?= =?UTF-8?q?=E5=AF=B9=E4=BD=8D=E7=BD=AE=E4=B8=8D=E5=90=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gaoxiangzhong <2323004635@qq.com> --- permissionmanager/src/main/ets/pages/dialogPlus.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/permissionmanager/src/main/ets/pages/dialogPlus.ets b/permissionmanager/src/main/ets/pages/dialogPlus.ets index b5be7f4..2b86843 100644 --- a/permissionmanager/src/main/ets/pages/dialogPlus.ets +++ b/permissionmanager/src/main/ets/pages/dialogPlus.ets @@ -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 {