手机键盘弹起 背景图问题

键盘弹起后,背景图会被顶上去,解决方法

 <div clss="login" :style="{ height: bodyHeight + ‘px‘ }">

 mounted () {
    this.bodyHeight=document.documentElement.clientHeight
  }