feat: 还原修改成组旋转的问题,优化预览放大的交互

This commit is contained in:
奔跑的面条
2023-07-08 21:33:50 +08:00
parent 02a96387a4
commit 06e54ae132
2 changed files with 6 additions and 1 deletions
@@ -46,11 +46,14 @@ const props = defineProps({
required: true
},
groupIndex: {
type: [String, Number],
type: Number,
required: true
}
})
</script>
<style lang="scss" scoped>
.chart-item {
position: absolute;
}
</style>