diff --git a/docs/en-US/component/layout.md b/docs/en-US/component/layout.md index 54c73dccf6..062026204d 100644 --- a/docs/en-US/component/layout.md +++ b/docs/en-US/component/layout.md @@ -60,7 +60,7 @@ layout/column-offset Default use the flex layout to make flexible alignment of columns. -:::demo You can define the layout of child elements by setting `justify` attribute with start, center, end, space-between or space-around. +:::demo You can define the layout of child elements by setting `justify` attribute with start, center, end, space-between, space-around or space-evenly. layout/alignment @@ -103,12 +103,12 @@ The classes are: ## Row Attributes -| Attribute | Description | Type | Accepted Values | Default | -| --------- | ----------------------------------- | ------ | ------------------------------------------- | ------- | -| gutter | grid spacing | number | — | 0 | -| justify | horizontal alignment of flex layout | string | start/end/center/space-around/space-between | start | -| align | vertical alignment of flex layout | string | top/middle/bottom | top | -| tag | custom element tag | string | \* | div | +| Attribute | Description | Type | Accepted Values | Default | +| --------- | ----------------------------------- | ------ | ---------------------------------------------------------- | ------- | +| gutter | grid spacing | number | — | 0 | +| justify | horizontal alignment of flex layout | string | start/end/center/space-around/space-between/spacing-evenly | start | +| align | vertical alignment of flex layout | string | top/middle/bottom | top | +| tag | custom element tag | string | \* | div | ## Row Slots diff --git a/docs/examples/layout/alignment.vue b/docs/examples/layout/alignment.vue index 5d671a20c4..b2d4d80e9e 100644 --- a/docs/examples/layout/alignment.vue +++ b/docs/examples/layout/alignment.vue @@ -24,6 +24,11 @@
+ +
+
+
+