From 4ea2f3ba55d8a647f31a58088b18adf59fcf0d47 Mon Sep 17 00:00:00 2001 From: orz12 Date: Wed, 14 Feb 2024 00:21:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AF=BC=E8=88=AA=E9=94=AE=E5=BA=95?= =?UTF-8?q?=E8=89=B2=E9=80=8F=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/video/detail/view.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/pages/video/detail/view.dart b/lib/pages/video/detail/view.dart index 52dc04f7..76513d3a 100644 --- a/lib/pages/video/detail/view.dart +++ b/lib/pages/video/detail/view.dart @@ -491,8 +491,7 @@ class _VideoDetailPageState extends State ? 0 : Get.height - Get.width * 9 / 16 - - MediaQuery.of(context).padding.top - - MediaQuery.of(context).padding.bottom, + MediaQuery.of(context).padding.top, width: MediaQuery.of(context).size.width, child: ColoredBox( key: Key(heroTag),