fix: 解决预览时没有overflow-hidden 的问题

This commit is contained in:
奔跑的面条
2022-12-16 10:31:04 +08:00
parent cfcc262fd6
commit 0e42f4ff35
2 changed files with 2 additions and 0 deletions
@@ -54,5 +54,6 @@ const props = defineProps({
<style lang="scss" scoped>
.chart-item {
position: absolute;
overflow: hidden;
}
</style>
@@ -78,5 +78,6 @@ onMounted(() => {
<style lang="scss" scoped>
.chart-item {
position: absolute;
overflow: hidden;
}
</style>