window.addEventListener("resize", function () { if (document.activeElement.tagName == "INPUT" || document.activeElement.tagName == "textarea") {window.setTimeout(function () { document.activeElement.scrollIntoViewIfNeeded();}, 0); } })
- 表单底部流出一定高的空白
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)