rsbi 4 年之前
父节点
当前提交
6c2b8614ef
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/view/portal/LayoutView.vue

+ 2 - 0
src/view/portal/LayoutView.vue

@@ -92,9 +92,11 @@ export default {
   mounted() {
     $(window).resize(()=>{
        this.resizeChart();
+       /**
        if(this.selfAdaption == true){
          this.$forceUpdate();
        }
+       **/
       }
     );
   },