From af8cbe0b1501b8449caa7a37680b37fcc45a5510 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Thu, 28 Aug 2025 22:43:25 +0800 Subject: [PATCH] fix the ellipsis was not displayed when the text was too long --- src/components/common/TransactionCalendar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/TransactionCalendar.vue b/src/components/common/TransactionCalendar.vue index bcac249d..b5cc13b6 100644 --- a/src/components/common/TransactionCalendar.vue +++ b/src/components/common/TransactionCalendar.vue @@ -105,7 +105,7 @@ function getDisplayDay(date: Date): string { justify-content: center; } -.transaction-calendar .dp__main .dp__calendar .dp__calendar_row > .dp__calendar_item .transaction-calendar-daily-amounts > span { +.transaction-calendar.dp__main .dp__calendar .dp__calendar_row > .dp__calendar_item .transaction-calendar-daily-amounts > span.transaction-calendar-daily-amount { display: block; width: 100%; overflow: hidden;