vue +typescript 移动端页面 背景图片被弹起 luckykiss 2020-08-24 206 阅读1分钟 <div class="login-type" :style="{ height: bodyHeight + 'px' }"> //最外面的div </div> bodyHeight: number = 0; //获取图片高度 mounted() { //防止背景图片被弹起 this.bodyHeight = document.documentElement.clientHeight; }