diff --git a/display/AppScope/app.json b/display/AppScope/app.json index af94446514742b0d28231395dc1fdf9e7ebfeebf..317bfa6a863c7dd3aca3c38344c489c0eb648f04 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, diff --git a/display/entry/src/main/ets/pages/ConfirmDialog.ets b/display/entry/src/main/ets/pages/ConfirmDialog.ets index ff481fa3d7d7c2ae27e0f660eef656151c7643df..5d5cd6e50ed773357223a58eed0f9c8354353d40 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;