From a4ad90f65ab739a0d0e3a00a85b28593aba0f80c Mon Sep 17 00:00:00 2001 From: king_he <6384784@qq.com> Date: Mon, 20 Jun 2022 01:56:32 +0000 Subject: [PATCH] update en/application-dev/reference/arkui-ts/ts-container-row.md. Signed-off-by: king_he <6384784@qq.com> --- .../reference/arkui-ts/ts-container-row.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/en/application-dev/reference/arkui-ts/ts-container-row.md b/en/application-dev/reference/arkui-ts/ts-container-row.md index 628b967208..28eb30db28 100644 --- a/en/application-dev/reference/arkui-ts/ts-container-row.md +++ b/en/application-dev/reference/arkui-ts/ts-container-row.md @@ -1,6 +1,6 @@ # Row -> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE** +> **NOTE**
> This component is supported since API version 7. Updates will be marked with a superscript to indicate their earliest API version. @@ -22,24 +22,24 @@ Supported Row(value:{space?: Length}) - Parameters - | Name| Type| Mandatory| Default Value| Description| + | Name| Type| Mandatory| Default Value | Description | | -------- | -------- | -------- | -------- | -------- | - | space | Length | No| 0 | Space between two adjacent child components in the horizontal layout.| + | space | Length | No| 0 | Space between two adjacent child components in the horizontal layout. | ## Attributes -| Name| Type| Default Value| Description| +| Name| Type | Default Value | Description | | -------- | -------- | -------- | -------- | -| alignItems | VerticalAlign | VerticalAlign.Center | Alignment mode of the child components in the vertical direction.| -| justifyContent8+ | [FlexAlign](ts-container-flex.md) | FlexAlign.Start | Alignment mode of the child components in the horizontal direction.| +| alignItems | VerticalAlign | VerticalAlign.Center | Alignment mode of child components in the vertical direction. | +| justifyContent8+ | [FlexAlign](ts-container-flex.md) | FlexAlign.Start | Alignment mode of child components in the horizontal direction. | - VerticalAlign enums - | Name| Description| + | Name | Description | | -------- | -------- | - | Top | Top aligned.| - | Center | Center aligned. This is the default alignment mode.| - | Bottom | Bottom aligned.| + | Top | Top aligned. | + | Center | Center aligned. This is the default alignment mode. | + | Bottom | Bottom aligned. | ## Example -- GitLab