From 9888efe4372871e22bf81f7a2239dc84837c49d5 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Mon, 2 Dec 2024 22:18:46 +0800 Subject: [PATCH] modify style --- src/views/mobile/statistics/TransactionPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/mobile/statistics/TransactionPage.vue b/src/views/mobile/statistics/TransactionPage.vue index 3b641b04..0bfeaa2a 100644 --- a/src/views/mobile/statistics/TransactionPage.vue +++ b/src/views/mobile/statistics/TransactionPage.vue @@ -889,7 +889,7 @@ export default { } .chart-data-type-popover-menu .popover-inner{ - max-height: 400px; + max-height: 440px; overflow-y: auto; }