- 当前 Bug 的表现(可附上截图)
- 预期表现
- 复现路径
- 提供一个最简复现 Demo
<scroll-view scroll-x="true" class='plate-menubar'>
<view class='plate-menu'>
<view wx:for="{{plateList}}" wx:key="item" wx:index="index">
<view class="plate-menu-list">
<text class="plate-menu-text {{dataPlate== index ?'activeq':''}}" bindtap="plateChange" id="{{item.id}}" data-plate="{{index}}">{{item.name}}
</text>
</view>
</view>
</view>
</scroll-view>
那就用 display: inline-block 父级不换行
同问
解决了么
同样的故障现象。https://developers.weixin.qq.com/community/develop/doc/00068037afc7608def0c6afb951c00?fromCreate=0
解决了吗 遇到同样情况了
样式没写好吧,可以试试flex布局
我用的就是flex的布局,再安卓上面正常,再iphone 6 和iphone se上就出现这种重叠的情况