<scroll-view class="scroll"></scroll-view>
<style scoped>
.scroll /deep/ ::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
color: transparent;
}
</style>
uniapp 隐藏scroll-view的滚动条
最新推荐文章于 2025-05-03 22:49:30 发布
<scroll-view class="scroll"></scroll-view>
<style scoped>
.scroll /deep/ ::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
color: transparent;
}
</style>