From 35b8d8ca2545a8d326033bb8783ec7f45a0c4b8f Mon Sep 17 00:00:00 2001 From: MaysWind Date: Fri, 21 Jul 2023 00:47:13 +0800 Subject: [PATCH] modify style --- src/views/desktop/statistics/TransactionPage.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/desktop/statistics/TransactionPage.vue b/src/views/desktop/statistics/TransactionPage.vue index d0e2b71b..20f3b60f 100644 --- a/src/views/desktop/statistics/TransactionPage.vue +++ b/src/views/desktop/statistics/TransactionPage.vue @@ -55,7 +55,7 @@ class="cursor-pointer" @click="setDateFilter(dateRange.type)"> {{ $t(dateRange.name) }} -
+
{{ queryStartTime }}  -  @@ -542,6 +542,11 @@ export default { white-space: nowrap; } +.statistics-custom-datetime-range { + font-size: 0.7rem; + color: rgba(var(--v-theme-on-background), var(--v-medium-emphasis-opacity)) !important; +} + .statistics-overview-title { line-height: 2rem !important; height: 46px;