qinzhipeng_v@didiglobal.com 4 năm trước cách đây
mục cha
commit
cd1f393cdc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>