forked from github/dataease
fix: 移除前端日志
This commit is contained in:
parent
410ac96f57
commit
21bdf84fdf
@ -213,7 +213,7 @@ export default {
|
|||||||
outStyle: {
|
outStyle: {
|
||||||
handler(newVal, oldVla) {
|
handler(newVal, oldVla) {
|
||||||
this.changeScale()
|
this.changeScale()
|
||||||
console.log('newVal:' + JSON.stringify(newVal) + 'oldVla:' + JSON.stringify(this.outStyleOld))
|
// console.log('newVal:' + JSON.stringify(newVal) + 'oldVla:' + JSON.stringify(this.outStyleOld))
|
||||||
if (this.outStyleOld && (newVal.width > this.outStyleOld.width || newVal.height > this.outStyleOld.height)) {
|
if (this.outStyleOld && (newVal.width > this.outStyleOld.width || newVal.height > this.outStyleOld.height)) {
|
||||||
this.resizeParentBounds()
|
this.resizeParentBounds()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user