多应用+插件架构,代码干净,支持一键云编译,码云点赞13K star,4.8-4.12 预售价格198元 广告
[TOC] ## Justify Items 用于控制 grid 网格项目如何沿其内联轴对齐的功能类。 | Class | Properties | | --- | --- | | justify-items-auto | justify-items: auto; | | justify-items-start | justify-items: start; | | justify-items-end | justify-items: end; | | justify-items-center | justify-items: center; | | justify-items-stretch | justify-items: stretch; |