Skip to content

Commit

Permalink
pc客户端弹窗高度增加
Browse files Browse the repository at this point in the history
  • Loading branch information
lijie committed Nov 24, 2022
1 parent ae522bd commit 554e025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/widget/dialog/dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ void showSettingDialog(BuildContext context) async {
content: Center(
child: SizedBox(
width: 0.5 * ScreenUtils.width,
height: 0.4 * ScreenUtils.height,
height: 0.45 * ScreenUtils.height,
child: Column(
children: [
Row(
Expand Down

0 comments on commit 554e025

Please sign in to comment.