码迷,mamicode.com
首页 > 移动开发 > 详细

vue移动端滑动兼容

时间:2019-08-19 19:31:32      阅读:104      评论:0      收藏:0      [点我收藏+]

标签:rap   select   ansi   wrap   ffffff   flex   div   direct   style   

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;

  

 

vue移动端滑动兼容

标签:rap   select   ansi   wrap   ffffff   flex   div   direct   style   

原文地址:https://www.cnblogs.com/tongbiao/p/11378685.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!