mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: 导航键底色透明
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user