<div :style="{ height: bodyHeight + 'px' }">
</div>
mounted(){
this.bodyHeight=document.documentElement.clientHeight
}
解决定位内容被键盘顶起导致的布局问题
展开
评论