uni-app的scroll-view組件的使用體驗


1.移動端隱藏scroll滾動條

//不出現滾動條
::-webkit-scrollbar {
width: 0;
height: 0;
background-color: transparent;
}

2.使用這個需要注意以下幾個方面:

<scroll-view   scroll-y="true" class="scroll-Y"> 

<view class=" scroll-view-item"> </view>

<view class=" scroll-view-item"> </view>

</scroll-view>

里面包裹的類名一定要有這個

使用豎向滾動的時候,需要給<scroll-view> 一個固定的高度,通過css設置height


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM