- <scroll-view style="white-space: nowrap; display: flex;" scroll-x>
- <view style="background: red; width: 100%; height: 100px; line-height:100px:vertical-align:top;display: inline-block;">
- <view>aaa</view>
- <view style="">vvvvvvvvvvvvv</view>
- </view>
- <view style="background: blue; width: 200px; height: 100px;line-height:100px;vertical-align:top;display: inline-block;">bbbbbbbb</view>
- </scroll-view>
|