scroll-view中使用flex布局无效?

发布于 7 年前作者 fanghan11183 次浏览最后编辑 7 年前来自 issues

让日历横向滚动,display:flex;左右固定,中间日期想让滑动,设置flex:1;无效

3 回复
guiyinglei
guiyinglei1 楼6 年前

对子元素设置flex:none,曾经我也碰到了这个问题

jzhao
jzhao2 楼6 年前

这个问题已解决;父级设置white-space:nowrap;子级设置display:inline-block;

dcai
dcai3 楼5 年前

自己写的样式问题,还不如直接贴代码片段来的快