From 0b48502a101812f650dc0680cf4accd100da76f2 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Mon, 25 Aug 2025 22:21:57 +0800 Subject: [PATCH] modify the style of the custom time range --- .../desktop/statistics/TransactionPage.vue | 13 ++++---- src/views/desktop/transactions/ListPage.vue | 33 ++++++++++--------- 2 files changed, 24 insertions(+), 22 deletions(-) diff --git a/src/views/desktop/statistics/TransactionPage.vue b/src/views/desktop/statistics/TransactionPage.vue index b07a6ce8..e9a3ca8a 100644 --- a/src/views/desktop/statistics/TransactionPage.vue +++ b/src/views/desktop/statistics/TransactionPage.vue @@ -69,11 +69,12 @@ - - {{ dateRange.displayName }} -
+ +
+ {{ dateRange.displayName }} +
+
{{ queryStartTime }}  - 
@@ -1020,9 +1021,7 @@ init(props);