弹性盒子 (每行固定数量,列数不定)


1 <div class="row wrapper">
2     <label class="action " intention="1" tracking="23">推荐</label>
3     <label class="action " intention="2" tracking="23">跟进</label>
4     <label class="action " intention="3" tracking="23">忽略</label>
5     <label class="action " intention="5" tracking="23">测试</label>
6 </div>
 
.wrapper {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: .5rem;
}


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM