mod: member article

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-29 14:17:52 +08:00
parent 101e49fe74
commit d5991b4354

View File

@@ -48,7 +48,10 @@ class _MemberArticleState extends State<MemberArticle>
},
child: CustomScrollView(
slivers: [
SliverGrid(
SliverPadding(
padding: EdgeInsets.only(
bottom: MediaQuery.paddingOf(context).bottom + 80),
sliver: SliverGrid(
gridDelegate: Grid.videoCardHDelegate(context),
delegate: SliverChildBuilderDelegate(
(context, index) {
@@ -62,6 +65,7 @@ class _MemberArticleState extends State<MemberArticle>
childCount: loadingState.response!.length,
),
),
),
],
),
)