mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-14 16:19:15 +08:00
38cf5e8a75
* docs: unify component export file as index.tsx * docs: compatible with old anchors * chore: clean * test: update snapshot * fix: window env --------- Co-authored-by: Peach <scdzwyxst@gmail.com>
471 B
471 B
zh-CN
布局基础。
子元素根据不同的值 start
、center
、end
、space-between
、space-around
和 space-evenly
,分别定义其在父节点里面的排版方式。
en-US
Child elements depending on the value of the start
, center
, end
, space-between
, space-around
and space-evenly
, which are defined in its parent node typesetting mode.
#grid-demo-flex [class~='ant-row'] {
background: rgba(128, 128, 128, 0.08);
}