<scroll-view
class="wrap"
scroll-y
enhanced
:show-scrollbar="false">
</scroll-view>
通过CSS设置滚动条隐藏:
scroll-view ::-webkit-scrollbar {
display:none;
width:0;
height:0;
color:transparent;
}
<scroll-view
class="wrap"
scroll-y
enhanced
:show-scrollbar="false">
</scroll-view>
通过CSS设置滚动条隐藏:
scroll-view ::-webkit-scrollbar {
display:none;
width:0;
height:0;
color:transparent;
}
本文标题:小程序scroll-view隐藏滚动条
本文链接:https://www.haomeiwen.com/subject/cgvhjdtx.html
网友评论