日报时间切换

This commit is contained in:
czz
2025-07-14 18:44:27 +08:00
parent 68a2c32130
commit a8b0723714
2 changed files with 3 additions and 2 deletions

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="30" height="30.00006103515625" viewBox="0 0 30 30.00006103515625"><g><g><g transform="matrix(0,1,-1,0,30,-30)"></g></g><g><g><g><path d="M11.342529296875,14.99966720703125C11.342529296875,14.87161720703125,11.391479496875,14.74465720703125,11.489502296875,14.646637207031251C11.489502296875,14.646637207031251,17.804439296875,8.33059720703125,17.804439296875,8.33059720703125C17.999509296875,8.13565060703125,18.316529296875,8.13565060703125,18.511479296875,8.33059720703125C18.706419296874998,8.52664220703125,18.706419296874998,8.84256020703125,18.511479296875,9.03762820703125C18.511479296875,9.03762820703125,12.549439296875,14.99966720703125,12.549439296875,14.99966720703125C12.549439296875,14.99966720703125,18.511479296875,20.96158720703125,18.511479296875,20.96158720703125C18.706419296874998,21.15758720703125,18.706419296874998,21.47368720703125,18.511479296875,21.66858720703125C18.316529296875,21.864687207031253,17.999509296875,21.864687207031253,17.804439296875,21.66858720703125C17.804439296875,21.66858720703125,11.489502296875,15.35366720703125,11.489502296875,15.35366720703125C11.391479496875,15.255647207031249,11.342529296875,15.12759720703125,11.342529296875,14.99966720703125C11.342529296875,14.99966720703125,11.342529296875,14.99966720703125,11.342529296875,14.99966720703125Z" fill="#FFFFFF" fill-opacity="1"/></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -883,7 +883,7 @@ class _NewSleepReportPageState extends State<NewSleepReportPage> {
void onRightArrowTap() { void onRightArrowTap() {
final now = DateTime.now(); final now = DateTime.now();
final today = DateTime(now.year, now.month, now.day); final today = DateTime(now.year, now.month, now.day, 23, 59, 59, 999);
DateTime targetDate = selectedDate; DateTime targetDate = selectedDate;
if (type == 1) { if (type == 1) {
@@ -1026,7 +1026,7 @@ class _NewSleepReportPageState extends State<NewSleepReportPage> {
width: 30.rpx, width: 30.rpx,
height: 30.rpx, height: 30.rpx,
child: SvgPicture.asset( child: SvgPicture.asset(
'assets/img/icon/arrow_left.svg', 'assets/img/icon/arrow_left1.svg',
color: themeController.currentColor.sc3, color: themeController.currentColor.sc3,
), ),
), ),