产量和效率

This commit is contained in:
‘937886381’
2024-05-29 17:05:55 +08:00
83 changed files with 17006 additions and 10610 deletions

View File

@@ -367,7 +367,7 @@ export default {
this.canvasReset()
console.log(this.width)
} else {
this.watch = 100 + '%'
this.width = 100 + '%'
this.canvasReset()
}
@@ -378,7 +378,7 @@ export default {
this.width = 97 + '%'
this.canvasReset()
} else if (val === false && this.isOpen === false) {
this.watch = 100 + '%'
this.width = 100 + '%'
this.canvasReset()
}