当我们需要去掉scroll-view滚动条时可以这样写
scroll-view ::-webkit-scrollbar{
display: none;
width: 0 !important;
height: 0 !important;
background: transparent;
color: transparent;
-webkit-appearance: none;
}
当我们需要去掉scroll-view滚动条时可以这样写
scroll-view ::-webkit-scrollbar{
display: none;
width: 0 !important;
height: 0 !important;
background: transparent;
color: transparent;
-webkit-appearance: none;
}