qinzhipeng_v@didiglobal.com 4 년 전
부모
커밋
cd1f393cdc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/mqTest/index.vue

+ 1 - 1
src/views/mqTest/index.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <iframe src="http://10.96.84.100:8888/mq/list" style="width:100%; min-height: calc(100vh - 70px);;" scrolling="no" frameborder="0" />
+    <iframe src="http://10.96.84.100:8888/mq/list" style="width:100%;" :height="iframeHeight" scrolling="yes" frameborder="0" />
   </div>
 </template>