安卓软键盘重置页面

2018-06-29  本文已影响0人  佐伊zero

vue中 在 mounted钩子中 重置高度, position:absolute;

this.initHeight = this.$refs.body.offsetHeight
      console.log(this.initHeight)
      let that = this
      window.onresize = function () {
        document.body.style.height = that.initHeight + 'px'
        that.$refs.body.style.height = that.initHeight + 'px'
      }
上一篇 下一篇

猜你喜欢

热点阅读