fix: 操作面板禁止滚动

This commit is contained in:
orz12
2024-03-22 09:41:49 +08:00
parent fa1de0ecc3
commit 66c7360918
2 changed files with 2 additions and 0 deletions

View File

@@ -396,6 +396,7 @@ class _BangumiInfoState extends State<BangumiInfo> {
child: SizedBox(
height: 48,
child: GridView.count(
physics: const NeverScrollableScrollPhysics(),
primary: false,
padding: EdgeInsets.zero,
crossAxisCount: 5,

View File

@@ -494,6 +494,7 @@ class _VideoInfoState extends State<VideoInfo> with TickerProviderStateMixin {
margin: const EdgeInsets.only(top: 1),
height: 48,
child: GridView.count(
physics: const NeverScrollableScrollPhysics(),
primary: false,
padding: EdgeInsets.zero,
crossAxisCount: 5,