Pre Merge pull request !175 from 张江胜/dev

This commit is contained in:
张江胜 2023-06-29 09:45:41 +00:00 committed by Gitee
commit 5cbf074d84
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -46,14 +46,11 @@ const props = defineProps({
required: true
},
groupIndex: {
type: Number,
type: [String, Number],
required: true
}
})
</script>
<style lang="scss" scoped>
.chart-item {
position: absolute;
}
</style>