@@ -125,7 +125,7 @@ class InProgressPage extends HookConsumerWidget {
),
child: StausCardItem(
key: UniqueKey(),
- cardHeight: 120.0,
+ cardHeight: 130.0,
item: item,
onClickCard: (dynamic value) async {
// Log.d("点击了喜欢按钮 --id:${item['id']}- $collectionValue");
@@ -132,7 +132,7 @@ class RepairInProgressPage extends HookConsumerWidget {
child: Container(
width: double.infinity,
- height: 140,
+ height: 130,
child: Padding(
padding: const EdgeInsets.only(
left: 18.0, right: 18.0, top: 22.0, bottom: 22.0),