解决方案:
在App.vue中增加:
<style>
/*每个页面公共css */
::-webkit-scrollbar {
display: none;
width: 0 !important;
height: 0 !important;
-webkit-appearance: none;
background: transparent;
}
</style>
解决方案:
在App.vue中增加:
<style>
/*每个页面公共css */
::-webkit-scrollbar {
display: none;
width: 0 !important;
height: 0 !important;
-webkit-appearance: none;
background: transparent;
}
</style>
本文标题:uni app 隐藏scroll-view的滚动条
本文链接:https://www.haomeiwen.com/subject/jqyaortx.html
网友评论