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>