在scrollview的wxss中,设置white-space: nowrap;
.scroll{
width: 100%;
white-space: nowrap;
}
在scrollview上的子视图,设置display:inline-block;
.vcClass{
width: 100%;
height: 100%;
background: yellowgreen;
display:inline-block;
}
在scrollview的wxss中,设置white-space: nowrap;
.scroll{
width: 100%;
white-space: nowrap;
}
在scrollview上的子视图,设置display:inline-block;
.vcClass{
width: 100%;
height: 100%;
background: yellowgreen;
display:inline-block;
}