Flexbox And Grid
Justify Self
用于控制单个网格项如何沿其内联轴对齐的功能类。
语法
Class | Properties | 平台兼容性说明 |
---|---|---|
justify-self-auto | justify-self: auto; | H5、小程序、app-vue |
justify-self-start | justify-self: start; | H5、小程序、app-vue |
justify-self-end | justify-self: end; | H5、小程序、app-vue |
justify-self-center | justify-self: center; | H5、小程序、app-vue |
justify-self-stretch | justify-self: stretch; | H5、小程序、app-vue |