display:flex,加上了justify-content: space-between;导致上边三个平分了但是下边两个在两边,如下图:
其实最简单的方法就是去掉justify-content: space-between,一行想展示几个直接width:33.3%,因为我一行想展示3个,所以定义33.3%
HiveSQL如何生成连续日期剖析
阅读 9
2024-04-08
display:flex,加上了justify-content: space-between;导致上边三个平分了但是下边两个在两边,如下图:
其实最简单的方法就是去掉justify-content: space-between,一行想展示几个直接width:33.3%,因为我一行想展示3个,所以定义33.3%
相关推荐
精彩评论(0)