调整
This commit is contained in:
@@ -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,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user