使用如下样式可以去除小程序scroll-view组件的滚动条
scroll-view [style*="overflow"]::-webkit-scrollbar { display: none; }