We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
经过各种截图发现,只能截画面中的一部分。。。
The text was updated successfully, but these errors were encountered:
你试试把demo.html中<body>的<footer>和<header>交换一下顺序: <section class="main-container"> <footer class="footer-center"> <button class="btn-share" id="btnShare">截 图</button> </footer> <header class="share-container" id="shareContainer"> <div class="share-content" id="shareContent"> <div class="text"> <p>文字,图片等内容</p> </div> </div> </header> </section> 然后这个demo就能正常运行了。似乎要截图的区域下面不能有其他的元素。。。
<body>
<footer>
<header>
<section class="main-container">
<footer class="footer-center">
<button class="btn-share" id="btnShare">截 图</button>
</footer>
<header class="share-container" id="shareContainer">
<div class="share-content" id="shareContent">
<div class="text">
<p>文字,图片等内容</p>
</div>
</header>
</section>
Sorry, something went wrong.
No branches or pull requests
经过各种截图发现,只能截画面中的一部分。。。
The text was updated successfully, but these errors were encountered: