标签:bar strong app 组件 隐藏 web str width col
1.移动端隐藏scroll滚动条
//不出现滚动条::-webkit-scrollbar { width: 0; height: 0; background-color: transparent;}
uni-app的scroll-view组件的使用体验
原文地址:https://www.cnblogs.com/hou-yuan-zhen/p/11873440.html