amis-rpc-design/libs/amis/packages/amis-ui/scss/helper/flex/_direction.md

10 lines
294 B
Markdown
Raw Permalink Normal View History

2023-10-07 19:42:30 +08:00
---
title: Flex Direction
---
| Class | Properties |
| ----------- | ------------------------ |
| flex-row | flex-direction: row |
| flex-row-reverse | flex-direction: row-reverse |
| flex-col | flex-direction: column |
| flex-col-reverse | flex-direction: column-reverse |