From a8b0723714455da41f47c16dbc2802ce5fcb73b6 Mon Sep 17 00:00:00 2001
From: czz <862977248@qq.com>
Date: Mon, 14 Jul 2025 18:44:27 +0800
Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E6=8A=A5=E6=97=B6=E9=97=B4=E5=88=87?=
=?UTF-8?q?=E6=8D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
assets/img/icon/arrow_left1.svg | 1 +
lib/pages/sleep_report/new_sleep_report_page.dart | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
create mode 100644 assets/img/icon/arrow_left1.svg
diff --git a/assets/img/icon/arrow_left1.svg b/assets/img/icon/arrow_left1.svg
new file mode 100644
index 0000000..6767c9c
--- /dev/null
+++ b/assets/img/icon/arrow_left1.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/lib/pages/sleep_report/new_sleep_report_page.dart b/lib/pages/sleep_report/new_sleep_report_page.dart
index c580b8d..da93ccc 100644
--- a/lib/pages/sleep_report/new_sleep_report_page.dart
+++ b/lib/pages/sleep_report/new_sleep_report_page.dart
@@ -883,7 +883,7 @@ class _NewSleepReportPageState extends State {
void onRightArrowTap() {
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;
if (type == 1) {
@@ -1026,7 +1026,7 @@ class _NewSleepReportPageState extends State {
width: 30.rpx,
height: 30.rpx,
child: SvgPicture.asset(
- 'assets/img/icon/arrow_left.svg',
+ 'assets/img/icon/arrow_left1.svg',
color: themeController.currentColor.sc3,
),
),