-
<iframe src="page/control/content.html" id="fistHtml" width="100%" style="height: 94%;" frameborder="0" scrolling="yes"></iframe>可能是scrolling没有设置成yes
-
<body class="childrenBody"> </body>可能是ifream页面有layui这个样式导致的,overflow改成auto即可
博客指出layui中ifream页面不完全的问题,可能是scrolling未设置成yes,也可能是ifream页面有layui样式所致,解决办法是将overflow改成auto。
<iframe src="page/control/content.html" id="fistHtml" width="100%" style="height: 94%;" frameborder="0" scrolling="yes"></iframe>
可能是scrolling没有设置成yes
<body class="childrenBody">
</body>
可能是ifream页面有layui这个样式导致的,overflow改成auto即可
2112
2996