|
|
@ -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( |
|
|
|