I currently have something like:
Content Content< 3条回答 情书的邮戳 (楼主) 2020-11-22 01:50 For some reason this worked for me without the .display-flex class .row { display: flex; flex-wrap: wrap; } .row > [class*='col-'] { display: flex; flex-direction: column; } 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
For some reason this worked for me without the .display-flex class
.row { display: flex; flex-wrap: wrap; } .row > [class*='col-'] { display: flex; flex-direction: column; }