This commit is contained in:
2026-01-29 19:26:59 +08:00
parent 1177be821a
commit d09faac1d2
7 changed files with 56 additions and 29 deletions

View File

@@ -36,7 +36,7 @@ class ReservationPage extends GetView<ReservationController> {
_buildSystemTips(),
SizedBox(height: 24),
_buildLogoutButton(),
SizedBox(height: 40),
SizedBox(height: 75.h),
],
),
),
@@ -363,9 +363,9 @@ class ReservationPage extends GetView<ReservationController> {
child: Text(
status,
style: TextStyle(
fontSize: 11.sp,
fontSize: 13.sp,
color: isSelected ? Colors.white : Color.fromRGBO(51, 51, 51, 1),
fontWeight: FontWeight.w400,
fontWeight: FontWeight.w500,
),
),
),