You need to sign in before continuing.

Commit 8a288fd252a701acf5ee23e894d768715f9d2422

Authored by qianbao
1 parent e01e240b

1、11111

src/views/bigscreenDesigner/designer/index.vue
... ... @@ -408,7 +408,7 @@ export default {
408 408 // 左侧、右侧折叠切换时,动态计算中间区的宽度
409 409 middleWidth() {
410 410 if(!this.setupIsShow && !this.toolIsShow){
411   - return document.documentElement.clientWidth-this.widthPaddingTools;
  411 + return document.documentElement.clientWidth - this.widthPaddingTools;
412 412 }
413 413 return this.bodyWidth - this.widthLeftAndRight();
414 414 },
... ...