Browse Source

Merge remote-tracking branch 'origin/remove_uniapp' into remove_uniapp

remove_uniapp
w-R 3 years ago
parent
commit
d9994dd364
  1. 4
      lib/view_widget/update_dialog.dart

4
lib/view_widget/update_dialog.dart

@ -30,7 +30,7 @@ class _UpdateDialog extends State<UpdateDialog> {
child: Center(
child: Container(
width: MediaQuery.of(context).size.width - 80.w,
height: 180.h,
height: 192.h,
decoration: BoxDecoration(
color: Colors.white,
borderRadius: BorderRadius.circular(8),
@ -39,7 +39,7 @@ class _UpdateDialog extends State<UpdateDialog> {
children: [
Container(
width: double.infinity,
height: 110.h,
// height: 110.h,
alignment: Alignment.center,
padding: EdgeInsets.all(20),
child: Column(

Loading…
Cancel
Save