Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-25 18:11:40 +08:00
parent a366b8a9e4
commit 8498ea0618
9 changed files with 55 additions and 47 deletions

View File

@@ -61,7 +61,7 @@ class _MemberHomeState extends State<MemberHome>
late final gridDelegatePgc = SliverGridDelegateWithExtentAndRatio(
mainAxisSpacing: StyleString.cardSpace,
crossAxisSpacing: StyleString.cardSpace,
maxCrossAxisExtent: Grid.smallCardWidth / 3 * 2,
maxCrossAxisExtent: Grid.smallCardWidth * 0.6,
childAspectRatio: 0.75,
mainAxisExtent: MediaQuery.textScalerOf(context).scale(52),
);