H5页面竖向滚动,这样写没问题
style="height: 20vh;width: 100vw;overflow-y: scroll;"
但小程序会出错,同意用
<scroll-view scroll-y="true" style="max-height: 90vh;">
包裹滚动的内容
</scroll-view>
标签:20vh,style,滚动,100vw,uni,overflow,scroll
来源: https://www.cnblogs.com/truegrit/p/15846718.html