vue中mint-ui的index-list 在手机端滑动问题时间:2024-05-18 15:04:14官方的demo这里滑动很流畅,按着官网demo复制的在手机上必须手指拖着才能动,不能滑动: 加入 这段代码就行 -webkit-overflow-scrolling: touch; overflow-scrolling: touch;