mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 还原修改成组旋转的问题,优化预览放大的交互
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user