scroll-view 设置高度 ,公共css添加 :-webkit-scrollbar { display: none; width: 0 !important; height: 0 !important; -webkit-appearance: none; background: transparent; }
2 个回复
DCloud_UNI_HT
scroll-view 滚动条不能隐藏
_晚风
width: 0 !important;
height: 0 !important;
-webkit-appearance: none;
background: transparent;
}
请叫我九爷
亲测ios 无效
2020-06-19 14:04
_晚风
display: none;
width: 0 !important;
height: 0 !important;
-webkit-appearance: none;
background: transparent;
}
如果还有滚动条还有计算scroll-view 高度时多减去1
this.scrollViewHeight = Number(uni.getSystemInfoSync().windowHeight)-1
安卓和ios都试过是有效的,官方api提到这种方法了
2020-07-10 14:34
请叫我九爷
回复 _晚风: 有时候有效 有时候无效,我都试过了
2020-07-11 16:11