<div class="content" :style="{ height: bodyHeight + 'px' }"></div>
export default{
data(){
return{
bodyHeight:''
}
}
},
mounted() {
this.bodyHeight = document.documentElement.clientHeight
},
移动端,调起键盘,页面背景受影响
最新推荐文章于 2023-08-15 05:00:00 发布