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
|
? 0
|
||||||
: Get.height -
|
: Get.height -
|
||||||
Get.width * 9 / 16 -
|
Get.width * 9 / 16 -
|
||||||
MediaQuery.of(context).padding.top -
|
MediaQuery.of(context).padding.top,
|
||||||
MediaQuery.of(context).padding.bottom,
|
|
||||||
width: MediaQuery.of(context).size.width,
|
width: MediaQuery.of(context).size.width,
|
||||||
child: ColoredBox(
|
child: ColoredBox(
|
||||||
key: Key(heroTag),
|
key: Key(heroTag),
|
||||||
|
|||||||
Reference in New Issue
Block a user