柳香萍 5 年之前
父節點
當前提交
9687c90dc0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/wsc_pages/distribution/index.vue

+ 1 - 1
src/wsc_pages/distribution/index.vue 查看文件

@@ -19,7 +19,7 @@ export default {
19 19
     const oIframe = document.getElementById("fxifram");
20 20
     const deviceHeight = document.documentElement.clientHeight;
21 21
     oIframe.style.height = Number(deviceHeight) - 124 + "px"; //数字是页面布局高度差
22
-  }
22
+  } //
23 23
 };
24 24
 </script>
25 25