当前位置:首页 > 移动开发 > 正文

vue移动端滑动兼容

2024-03-31 移动开发

vue移动端transition兼容
  .face-recognition     .wrapper(:style="{height: viewHeight ‘px‘}")



.face-recognition{ height: 100%; display: flex; flex-direction: column; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: #ffffff; .wrapper{ position: relative; overflow: auto; -webkit-overflow-scrolling: touch; } }

this.viewHeight = document.querySelector(‘#app‘).getBoundingClientRect().height;

  

 

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/yidong/25924.html