Skip to content

Commit

Permalink
fix: assets proportion tooltip cause page bounced at first time
Browse files Browse the repository at this point in the history
  • Loading branch information
wisonic-s committed Sep 27, 2024
1 parent 71dea79 commit b2f8b72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/dashboard/components/ProgressChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ export default {
tip += current.label + '' + current.total + '<br/>'
}
return tip
}
},
appendToBody: true
},
grid: {
top: '60%',
Expand Down

0 comments on commit b2f8b72

Please sign in to comment.