diff --git a/data-room-ui/packages/Render/index.vue b/data-room-ui/packages/Render/index.vue index dc2b7a1b..6ea0f310 100644 --- a/data-room-ui/packages/Render/index.vue +++ b/data-room-ui/packages/Render/index.vue @@ -247,11 +247,11 @@ export default { }) if (chart.code === this.activeCode) { this.changeActiveItemWH({ + code:chart.code, w: width, h: height }) } - this.saveTimeLine(`改变${chart?.title}大小`) this.changeGridShow(false) }, @@ -273,6 +273,7 @@ export default { }) if (chart.code === this.activeCode) { this.changeActiveItemWH({ + code:chart.code, x: left, y: top })