mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
fix: 去除变宽的回弹效果
This commit is contained in:
@@ -80,6 +80,7 @@ class _UpPanelState extends State<UpPanel> {
|
||||
children: [
|
||||
Expanded(
|
||||
child: ListView(
|
||||
physics: const BouncingScrollPhysics(),
|
||||
scrollDirection: Axis.horizontal,
|
||||
controller: scrollController,
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user