🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
[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; |