补充空显示

This commit is contained in:
2025-11-18 17:52:04 +08:00
parent 12cd42fbf1
commit 02937f85cc
3 changed files with 9 additions and 5 deletions

View File

@@ -452,7 +452,7 @@ class C_ReservationController extends GetxController with BaseControllerMixin {
itemBuilder: (context, index) {
final ReservationModel reservation = reservationList[index];
return Card(
color: Color.fromARGB(255, 246, 248, 250),
color: Colors.white,
margin: const EdgeInsets.only(bottom: 12.0),
elevation: 1,
shape: RoundedRectangleBorder(