更新样式
This commit is contained in:
@@ -102,7 +102,7 @@ class _RepairListPageState extends State<RepairListPage> {
|
||||
child: Obx(() {
|
||||
final isEmpty = repairController.repairHistory.value.isEmpty;
|
||||
if (isEmpty) {
|
||||
return Expanded(child: NullDataWidget());
|
||||
return NullDataWidget();
|
||||
}
|
||||
return SingleChildScrollView(
|
||||
child: Column(
|
||||
|
||||
Reference in New Issue
Block a user