解决方法
display: flex;
flex-direction: row;
flex-wrap: wrap;
上面的代码添加
align-content: flex-start;
亲测有效
解决flex-wrap: wrap设置换行没有空隙
原文:https://www.cnblogs.com/xiaozhangzhang/p/12809081.html