fix:修复问题

main
liu.tao3 2 years ago
parent cb1abb6c86
commit aad83bd961

@ -247,11 +247,11 @@ export default {
}) })
if (chart.code === this.activeCode) { if (chart.code === this.activeCode) {
this.changeActiveItemWH({ this.changeActiveItemWH({
code:chart.code,
w: width, w: width,
h: height h: height
}) })
} }
this.saveTimeLine(`改变${chart?.title}大小`) this.saveTimeLine(`改变${chart?.title}大小`)
this.changeGridShow(false) this.changeGridShow(false)
}, },
@ -273,6 +273,7 @@ export default {
}) })
if (chart.code === this.activeCode) { if (chart.code === this.activeCode) {
this.changeActiveItemWH({ this.changeActiveItemWH({
code:chart.code,
x: left, x: left,
y: top y: top
}) })

Loading…
Cancel
Save