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

Loading…
Cancel
Save