From 8778c1192a62c2b1c6fd934d639f995620d42bcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E9=9B=B7?= Date: Tue, 1 Jul 2025 16:19:06 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B0=BA=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张雷 --- display/entry/src/main/ets/pages/ConfirmDialog.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/display/entry/src/main/ets/pages/ConfirmDialog.ets b/display/entry/src/main/ets/pages/ConfirmDialog.ets index ff481fa3d..5d5cd6e50 100644 --- a/display/entry/src/main/ets/pages/ConfirmDialog.ets +++ b/display/entry/src/main/ets/pages/ConfirmDialog.ets @@ -1192,7 +1192,7 @@ struct ConfirmCustomDialog { .height('auto') .constraintSize({ maxHeight: ((px2vp(this.mLocalHeight) - 28 - 39) * 0.9 - this.symbolHeight - - this.buttonHeight - this.textHeight - 82) + this.buttonHeight - this.textHeight - 81) }) .onAreaChange((o, n) => { this.scrollHeight = n.height as number; -- Gitee From d157994c41696827e9aaf4af1bbb6a9036e96387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E9=9B=B7?= Date: Wed, 2 Jul 2025 11:36:11 +0800 Subject: [PATCH 2/2] version modify MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张雷 --- display/AppScope/app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/display/AppScope/app.json b/display/AppScope/app.json index af9444651..317bfa6a8 100644 --- a/display/AppScope/app.json +++ b/display/AppScope/app.json @@ -2,8 +2,8 @@ "app": { "bundleName": "com.ohos.devicemanagerui", "vendor": "example", - "versionCode": 1000045, - "versionName": "1.0.45", + "versionCode": 1000046, + "versionName": "1.0.46", "icon": "$media:app_icon", "label": "$string:app_name", "minAPIVersion": 10, -- Gitee