From aa920d41fac88f4b5ca16a4b79f4119da4b5181c Mon Sep 17 00:00:00 2001 From: machuanyu <840649825@qq.com> Date: Thu, 11 Apr 2024 14:38:40 +0800 Subject: [PATCH] -- --- .../lib/pages/homework_correction/widget/top_count.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/marking_app/lib/pages/homework_correction/widget/top_count.dart b/marking_app/lib/pages/homework_correction/widget/top_count.dart index c92fb22..6bf318c 100644 --- a/marking_app/lib/pages/homework_correction/widget/top_count.dart +++ b/marking_app/lib/pages/homework_correction/widget/top_count.dart @@ -338,7 +338,7 @@ class TopCount extends StatelessWidget { ), SizedBox( height: 15.r, - ),*/ + ), Padding( padding: EdgeInsets.symmetric(horizontal: 15.r), child: GridView.builder( @@ -412,7 +412,7 @@ class TopCount extends StatelessWidget { ); }, ), - ), + ),*/ ], ), );