小程序weui中tabbar显示问题?当使用ipad等屏幕过大的时候,会显示在侧边栏,而不是底部。

<mp-tabbar index="{{index}}" open-type="{{item.type}}" current="1" style="position:fixed;bottom:0;width:100%;left:0;right:0;z-index:5;" list="{{tabbar}}" bindchange="tabChange" data-pageurl="{{pageurl}}"></mp-tabbar>

image.png
image.png

阅读 2.4k
1 个回答

你可以看具体的样式,看看是哪个样式不对,但我觉得这么明显的bug.应该不是官方的问题,你也可以查一下weui tabar的相关问题,如果没有人反馈这个bug,多半是你自己的样式问题

推荐问题