taro's ScrollView

ScrollView In use, the parent container set style {white-space: nowrap;} promise not wrap.
Subelements display: inline-block; then set a specific width and height.
Removing the scrollbar style:
:: - WebKit-ScrollBar {
width: 0;
height: 0;
Color: transparent;
}

Guess you like

Origin blog.csdn.net/weixin_33943836/article/details/90796345