柳香萍 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