效果图
如下图所示,盒子内容过多后会自动向横向增加。
按如下示例代码设置的父容器,自动支持。
...
.box{
white-space: nowrap;
display: flex;
overflow: scroll;
}