Commit 4f90ea08a1a337b880485ad3c454faa49925e966

Authored by 常守达
1 parent f54aaa94

fix(today):qa中的最后一条滚动

@@ -158,6 +158,7 @@ class _TodayFaqBottomSheetState extends State<TodayFaqBottomSheet> { @@ -158,6 +158,7 @@ class _TodayFaqBottomSheetState extends State<TodayFaqBottomSheet> {
158 child: ListView( 158 child: ListView(
159 controller: widget.scrollController, 159 controller: widget.scrollController,
160 physics: const ClampingScrollPhysics(), 160 physics: const ClampingScrollPhysics(),
  161 + cacheExtent: double.infinity,
161 padding: const EdgeInsets.fromLTRB(16, 8, 16, 20), 162 padding: const EdgeInsets.fromLTRB(16, 8, 16, 20),
162 children: [ 163 children: [
163 _InfoCard( 164 _InfoCard(