1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > pc端滚动去掉滚动条scroll

pc端滚动去掉滚动条scroll

时间:2024-07-01 02:02:31

相关推荐

pc端滚动去掉滚动条scroll

一,实现效果

二,具体代码

<div class="scrollBox"><ul class="dishes_bottom_left"><li v-for="(item,index) in leftList" :key="index" :class="['leftClass',leftListIndex==index?'active':'']" @click="clickDishes(index)">{{item.typeTitle}}({{item.num}})</li></ul></div>

.scrollBox{margin-right: 20px;width: 200px;height: 650px;overflow: hidden;background: #E7EAF1;flex-shrink: 0;.dishes_bottom_left{flex-shrink: 0;width: 217px;height: 750px;overflow-y: scroll;overflow-x: hidden;scrollbar-width: none;.leftClass{width: 217px;}}}//去掉滚动条.dishes_bottom_left::-webkit-scrollbar{width: 0px;background: none;}

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。