微信微信小程序scroll-view去掉滚动条设置 云博小周宇2024年5月5日2023年11月30日1 Min Read 只需在wxss添加下面这行样式即可 /* 去掉scroll-view滚动条设置 */ ::-webkit-scrollbar{width: 0;height: 0;color: transparent;}