scroll-view标签撑开窗口宽度

发布于 6 年前作者 pcai18464 次浏览最后编辑 6 年前来自 ask

<scroll-view scroll-x=“true” style=" white-space: nowrap; display: flex" >

<!--  display: inline-block–>

  <view style=“background: red; width: 200px; height: 100px; display: inline-block” ></view>

  <view style=“background: green; width: 200px; height: 100px; display: inline-block”></view>

  <view style=“background: blue; width: 200px; height: 100px; display: inline-block”></view>

  <view style=“background: yellow; width: 200px; height: 100px; display: inline-block”></view>

</scroll-view>

0 回复
暂无回复