diff --git a/display/AppScope/app.json b/display/AppScope/app.json index a743d7fb8ca7c4884d56a7559bee7fb439a95923..af94446514742b0d28231395dc1fdf9e7ebfeebf 100644 --- a/display/AppScope/app.json +++ b/display/AppScope/app.json @@ -2,8 +2,8 @@ "app": { "bundleName": "com.ohos.devicemanagerui", "vendor": "example", - "versionCode": 1000044, - "versionName": "1.0.44", + "versionCode": 1000045, + "versionName": "1.0.45", "icon": "$media:app_icon", "label": "$string:app_name", "minAPIVersion": 10, diff --git a/display/entry/src/main/ets/pages/InputPinDialog.ets b/display/entry/src/main/ets/pages/InputPinDialog.ets index d3e58ec9ed494de5e534b502f988847a4d489e78..d783c6b1829a31484930c54e38d56aaf2f1d8c16 100644 --- a/display/entry/src/main/ets/pages/InputPinDialog.ets +++ b/display/entry/src/main/ets/pages/InputPinDialog.ets @@ -397,6 +397,9 @@ struct InputCustomDialog { }) } }.margin({top: 8, bottom: 20}) + .constraintSize({ + maxHeight: '40%' + }) } }