柳香萍 5 years ago
parent
commit
9687c90dc0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/wsc_pages/distribution/index.vue

+ 1 - 1
src/wsc_pages/distribution/index.vue View File

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