uniapp scroll-view 组件右侧的滚动条

在css中添加下面css内容

 

 

<scroll-view>uniapp 滚动区域</scroll-view>

 

<style>

scroll-view{

width:690rpx;

height:700rpx;

margin:0 auto;

}::-webkit-scrollbar {

width: 0;
height: 0;
color: transparent;
display: none;
}

</style>

posted @ 2021-04-20 10:07  伊人兮明眸秋水  阅读(649)  评论(0编辑  收藏  举报