From 0f100120f55988270fd1bffd1283965ae284e981 Mon Sep 17 00:00:00 2001 From: king_he <6384784@qq.com> Date: Thu, 16 Jun 2022 09:58:51 +0000 Subject: [PATCH] update en/application-dev/reference/arkui-ts/ts-container-gridcontainer.md. Signed-off-by: king_he <6384784@qq.com> --- .../reference/arkui-ts/ts-container-gridcontainer.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/application-dev/reference/arkui-ts/ts-container-gridcontainer.md b/en/application-dev/reference/arkui-ts/ts-container-gridcontainer.md index cf01858f70..c3333d25b2 100644 --- a/en/application-dev/reference/arkui-ts/ts-container-gridcontainer.md +++ b/en/application-dev/reference/arkui-ts/ts-container-gridcontainer.md @@ -1,7 +1,7 @@ # GridContainer -> ![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. @@ -23,7 +23,7 @@ This component can contain child components. GridContainer(options?: { columns?: number | 'auto', sizeType?: SizeType, gutter?: Length, margin?: Length}) - Parameter - | Name | Type | Mandatory | Default Value | Description | + | Name | Type | Mandatory | Default Value | Description | | -------- | -------- | -------- | -------- | -------- | | columns | number \| 'auto' | No | 'auto' | Total number of columns in the current layout. | | sizeType | SizeType | No | SizeType.Auto | Device size type. | @@ -31,7 +31,7 @@ GridContainer(options?: { columns?: number | 'auto', sizeType?: SizeType, gutter | margin | Length | No | - | Margin of the grid layout. | - SizeType enums - | Name | Description | + | Name | Description | | -------- | -------- | | XS | Device of the minimum size. | | SM | Small-sized device. | -- GitLab