如题
宽高100% 相对定位(position:absolute)设置top,left,bottom:0
<script> import $ from "jquery"; export default { mounted() { function reinitIframe(){ var iframe = document.getElementById("test"); try{ var bHeight = iframe.contentWindow.document.body.scrollHeight; var dHeight = iframe.contentWindow.document.documentElement.scrollHeight; var height = Math.min(bHeight, dHeight); iframe.height = height; /* console.log(iframe.contentWindow); console.log(bHeight,dHeight);*/ }catch (ex){} }; setInterval(reinitIframe,100); } }; </script>
我这样写的,希望对你有帮助
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
宽高100% 相对定位(position:absolute)设置top,left,bottom:0
我这样写的,希望对你有帮助