feat:更新TabUI模块

This commit is contained in:
2025-11-18 11:46:21 +08:00
parent 21ff0ad94f
commit df26790389
9 changed files with 88 additions and 47 deletions

View File

@@ -39,7 +39,7 @@ class RecipeCard extends StatelessWidget {
icon: Icons.edit,
onPressed: () => {},
),
SizedBox(width: 8),
SizedBox(width: 4),
circleIconButton(
context: context,
icon: Icons.book,
@@ -54,7 +54,6 @@ class RecipeCard extends StatelessWidget {
),
],
),
const SizedBox(height: 5),
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
crossAxisAlignment: CrossAxisAlignment.center,