From 2cfac7a7723de2bff1e8315d7361f973b0362d3c Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 16 Jul 2023 23:48:04 +0800 Subject: [PATCH] modify style --- .../desktop/statistics/TransactionPage.vue | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/views/desktop/statistics/TransactionPage.vue b/src/views/desktop/statistics/TransactionPage.vue index 699f78b6..b21b34d7 100644 --- a/src/views/desktop/statistics/TransactionPage.vue +++ b/src/views/desktop/statistics/TransactionPage.vue @@ -125,17 +125,17 @@ :key="itemIdx" v-for="itemIdx in [ 1, 2, 3 ]"> - + {{ totalAmountName }} - + {{ getDisplayAmount(statisticsData.totalAmount, defaultCurrency) }} - - {{ $t('No transaction data') }} - + + + + {{ $t('No transaction data') }} @@ -652,6 +652,10 @@ export default { text-overflow: ellipsis; } +.statistics-overview-empty-tip { + color: rgba(var(--v-theme-on-background), var(--v-medium-emphasis-opacity)) !important; +} + .statistics-list-item { color: var(--v-theme-on-default); font-size: 1rem !important;