fix: 导航键底色透明

This commit is contained in:
orz12
2024-02-14 00:21:28 +08:00
parent d1ed6eb785
commit 4ea2f3ba55

View File

@@ -491,8 +491,7 @@ class _VideoDetailPageState extends State<VideoDetailPage>
? 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),