mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -146,7 +146,7 @@ class _NoteListPageState extends CommonSlidePageState<NoteListPage> {
|
||||
await _controller.onRefresh();
|
||||
},
|
||||
child: CustomScrollView(
|
||||
controller: ScrollController(),
|
||||
controller: _controller.scrollController,
|
||||
physics: const AlwaysScrollableScrollPhysics(),
|
||||
slivers: [
|
||||
SliverList.separated(
|
||||
|
||||
@@ -127,7 +127,7 @@ class _AiDetailState extends CommonCollapseSlidePageState<AiDetail> {
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 14),
|
||||
child: SelectableText(
|
||||
'总结: ${widget.modelResult.summary}',
|
||||
widget.modelResult.summary!,
|
||||
style: const TextStyle(
|
||||
fontSize: 15,
|
||||
height: 1.5,
|
||||
|
||||
@@ -151,8 +151,8 @@ class _MediaListPanelState extends CommonSlidePageState<MediaListPanel> {
|
||||
children: [
|
||||
Padding(
|
||||
padding: const EdgeInsets.symmetric(
|
||||
horizontal: 10,
|
||||
vertical: 8,
|
||||
horizontal: 12,
|
||||
vertical: 5,
|
||||
),
|
||||
child: LayoutBuilder(
|
||||
builder: (context, boxConstraints) {
|
||||
|
||||
Reference in New Issue
Block a user