qianlishi 4 년 전
부모
커밋
f9aaa68394
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      report-ui/src/views/report/bigscreen/designer/index.vue

+ 0 - 1
report-ui/src/views/report/bigscreen/designer/index.vue

@@ -320,7 +320,6 @@ export default {
       widthLeftAndRight += this.widthLeftForOptions; // 右侧配置栏宽度
 
       var middleWidth = this.bodyWidth - widthLeftAndRight;
-      console.log(middleWidth, this.bodyWidth, widthLeftAndRight);
       return middleWidth;
     },
     middleHeight() {