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%',