|
|
@ -295,7 +295,7 @@ class _BlockPuzzleCaptchaPageState extends State<BlockPuzzleCaptchaPage> |
|
|
|
child: Container( |
|
|
|
child: Container( |
|
|
|
key: _containerKey, |
|
|
|
key: _containerKey, |
|
|
|
width: dialogWidth, |
|
|
|
width: dialogWidth, |
|
|
|
height: (Platform.isAndroid)?320.h:310.h, |
|
|
|
height: MediaQuery.of(context).size.height >= 750 ? 310.h:325.h, |
|
|
|
color: Colors.white, |
|
|
|
color: Colors.white, |
|
|
|
child: Column( |
|
|
|
child: Column( |
|
|
|
mainAxisAlignment: MainAxisAlignment.start, |
|
|
|
mainAxisAlignment: MainAxisAlignment.start, |
|
|
|