This commit is contained in:
machuanyu 2024-04-11 14:38:40 +08:00
parent 6719526cd2
commit aa920d41fa
1 changed files with 2 additions and 2 deletions

View File

@ -338,7 +338,7 @@ class TopCount extends StatelessWidget {
), ),
SizedBox( SizedBox(
height: 15.r, height: 15.r,
),*/ ),
Padding( Padding(
padding: EdgeInsets.symmetric(horizontal: 15.r), padding: EdgeInsets.symmetric(horizontal: 15.r),
child: GridView.builder( child: GridView.builder(
@ -412,7 +412,7 @@ class TopCount extends StatelessWidget {
); );
}, },
), ),
), ),*/
], ],
), ),
); );