-webkit-overflow-scrolling : touch;---加个这个就行
例:.left,.tcleft { position: fixed; font-size: .5rem; width: 21.3%; background: #f5f5f5; overflow-y: auto; z-index: 999; -webkit-overflow-scrolling : touch;}
本文介绍了一种使用-webkit-overflow-scrolling属性优化移动端滚动性能的方法。通过为元素添加此属性,可以实现更流畅的滚动效果。
-webkit-overflow-scrolling : touch;---加个这个就行
例:.left,.tcleft { position: fixed; font-size: .5rem; width: 21.3%; background: #f5f5f5; overflow-y: auto; z-index: 999; -webkit-overflow-scrolling : touch;}
1782

被折叠的 条评论
为什么被折叠?