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;