@@ -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>