mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +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