Toggle navigation
This project
Loading...
Sign in
常守达
/
doublefeel_flutter
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
4f90ea08a1a337b880485ad3c454faa49925e966
Authored by
常守达
2026-07-27 18:52:52 +0800
1 parent
f54aaa94
build: skipped
fix(today):qa中的最后一条滚动
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
lib/app/modules/home/widgets/today/today_faq_bottom_sheet.dart
lib/app/modules/home/widgets/today/today_faq_bottom_sheet.dart
View file @
4f90ea0
...
...
@@ -158,6 +158,7 @@ class _TodayFaqBottomSheetState extends State<TodayFaqBottomSheet> {
child:
ListView
(
controller:
widget
.
scrollController
,
physics:
const
ClampingScrollPhysics
(),
cacheExtent:
double
.
infinity
,
padding:
const
EdgeInsets
.
fromLTRB
(
16
,
8
,
16
,
20
),
children:
[
_InfoCard
(
...
...
Please
register
or
login
to post a comment