地址接口的视线
This commit is contained in:
@@ -83,7 +83,7 @@ class _UpdateUserPageState extends State<EditUserPage> {
|
||||
),
|
||||
Positioned(
|
||||
left: 0,
|
||||
child: returnIconButtom,
|
||||
child: returnIconButtomNew,
|
||||
),
|
||||
Positioned(
|
||||
right: 20.rpx,
|
||||
|
||||
@@ -591,8 +591,13 @@ class _RxhxMhtState extends State<RxhxMht> {
|
||||
child: Center(
|
||||
child: Text(
|
||||
weeks[index],
|
||||
style: const TextStyle(
|
||||
color: Colors.white),
|
||||
style: TextStyle(
|
||||
color: controller.model
|
||||
.rxhxWeeks[
|
||||
index] ==
|
||||
1
|
||||
? Color(0XFF003058)
|
||||
: Colors.white),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user