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 authored and BaiJiangJie committed Sep 27, 2024
1 parent 1cbd586 commit 352ac7e
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 352ac7e

Please sign in to comment.