日报周报月报
This commit is contained in:
@@ -90,7 +90,7 @@ getOnePickers(
|
||||
? const Color(0xFF011D33) // ✅ 选中项颜色
|
||||
: Color(0xFF9AA0B3), // 未选中颜色
|
||||
fontSize: 30.rpx,
|
||||
fontWeight: isSelected ? FontWeight.bold : FontWeight.normal,
|
||||
fontWeight: FontWeight.normal,
|
||||
),
|
||||
),
|
||||
);
|
||||
@@ -197,7 +197,8 @@ Future showDateSelectionDialog(BuildContext context,
|
||||
alignment: Alignment.center,
|
||||
child: Text("确定",
|
||||
style: TextStyle(
|
||||
fontSize: 30.rpx, color: stringToColor("#84F5FF"))),
|
||||
fontSize: 30.rpx,
|
||||
color: stringToColor("#84F5FF"))),
|
||||
),
|
||||
),
|
||||
],
|
||||
@@ -744,7 +745,8 @@ Future showDayTimeSelectionDialog(
|
||||
alignment: Alignment.center,
|
||||
child: Text("确定".tr,
|
||||
style: TextStyle(
|
||||
fontSize: 30.rpx, color: stringToColor("#84F5FF"))),
|
||||
fontSize: 30.rpx,
|
||||
color: stringToColor("#84F5FF"))),
|
||||
),
|
||||
),
|
||||
],
|
||||
@@ -881,7 +883,8 @@ Future showOneSelectionDialog(
|
||||
height: 60.rpx,
|
||||
child: Text("确定".tr,
|
||||
style: TextStyle(
|
||||
fontSize: 30.rpx, color: stringToColor("#84F5FF"))),
|
||||
fontSize: 30.rpx,
|
||||
color: stringToColor("#84F5FF"))),
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user