amis-rpc-design/libs/amis/packages/amis-ui/scss/helper/box-alignment/_justify-content.md

12 lines
409 B
Markdown
Raw Normal View History

2023-10-07 19:42:30 +08:00
---
title: Jsutify Content
---
| Class | Properties |
| ----------- | ------------------------ |
| justify-start | justify-content: flex-start |
| justify-end | justify-content: flex-end |
| justify-center | justify-content: center |
| justify-between | justify-content: space-between |
| justify-around | justify-content: space-around |
| justify-evenly | justify-content: space-evenly |