# Grid 布局如何实现类似 flex: row-reverse
Issue
欢迎在 Gtihub Issue 中回答此问题: Issue 518 (opens new window)
Author
通过 grid-auto-flow 属性 和 direction 属性 来实现 grid 布局类似 flex: row-reverse 的样式
grid-auto-flow: [row | column] || dense 该属性指定采用 grid 布局的容器内部的元素如何排序 direction: rtl | ltr 指定文本, 表列的水平方向