index的iframe增加height=100%保证js错误时也能显示全内容

This commit is contained in:
selfly 2020-09-08 17:54:14 +08:00
parent 4a72b34749
commit 93c2ef70c7
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
</nav>
</div>
<div id="book-body" class="book-body" height="100%">
<iframe src="${homePage}.html?v=${version}" frameborder="0" id="book_iframe" name="book_iframe" width="100%"></iframe>
<iframe src="${homePage}.html?v=${version}" frameborder="0" id="book_iframe" name="book_iframe" width="100%" height="100%"></iframe>
</div>
</div>