补充空显示
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user