Skip to content

Commit

Permalink
fix: 操作面板禁止滚动
Browse files Browse the repository at this point in the history
  • Loading branch information
orz12 committed Mar 22, 2024
1 parent fa1de0e commit 66c7360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/pages/bangumi/introduction/view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions lib/pages/video/detail/introduction/view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 66c7360

Please sign in to comment.