日报周报月报

This commit is contained in:
czz
2025-07-07 14:58:54 +08:00
parent a4aa105a3a
commit 92e936d57f
22 changed files with 3209 additions and 723 deletions

View File

@@ -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"))),
),
),
],