flex布局设置justify-content: space-between后最后一行两端对齐解决方法

display: grid;
grid-template-columns: repeat(auto-fill, 100px);
justify-content: space-between;
gap: 10px;

posted @ 2023-12-28 16:40  zy-lzh  阅读(254)  评论(0)    收藏  举报