From b2f8b72f2ea92cc5f4dc700cf2f55c590bcb89fb Mon Sep 17 00:00:00 2001 From: wisonic Date: Fri, 27 Sep 2024 16:40:37 +0800 Subject: [PATCH] fix: assets proportion tooltip cause page bounced at first time --- src/views/dashboard/components/ProgressChart.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/dashboard/components/ProgressChart.vue b/src/views/dashboard/components/ProgressChart.vue index cdfe46cd3..95afb9d48 100644 --- a/src/views/dashboard/components/ProgressChart.vue +++ b/src/views/dashboard/components/ProgressChart.vue @@ -128,7 +128,8 @@ export default { tip += current.label + ':' + current.total + '
' } return tip - } + }, + appendToBody: true }, grid: { top: '60%',