From cd15b83e73ab21ef6ac75c559b06c626fa1e8045 Mon Sep 17 00:00:00 2001 From: wurong <953969641@qq.com> Date: Sat, 16 Sep 2023 09:43:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BB=91=E5=8A=A8=E9=AB=98=E5=BA=A6=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/login/captcha/block_puzzle_captcha.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/login/captcha/block_puzzle_captcha.dart b/lib/login/captcha/block_puzzle_captcha.dart index 317bb7ca..9c4d6496 100644 --- a/lib/login/captcha/block_puzzle_captcha.dart +++ b/lib/login/captcha/block_puzzle_captcha.dart @@ -295,7 +295,7 @@ class _BlockPuzzleCaptchaPageState extends State child: Container( key: _containerKey, width: dialogWidth, - height: (Platform.isAndroid)?320.h:310.h, + height: MediaQuery.of(context).size.height >= 750 ? 310.h:325.h, color: Colors.white, child: Column( mainAxisAlignment: MainAxisAlignment.start,