|
|
@ -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
|
|
|
|
})
|
|
|
|
})
|
|
|
|