From ee61decbde5b4b0652eb8f1472739102b4195f0e Mon Sep 17 00:00:00 2001
From: king_he <6384784@qq.com>
Date: Sat, 25 Jun 2022 05:46:06 +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 | 12 ++++++------
1 file changed, 6 insertions(+), 6 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..091808f7f7 100644
--- a/en/application-dev/reference/arkui-ts/ts-container-gridcontainer.md
+++ b/en/application-dev/reference/arkui-ts/ts-container-gridcontainer.md
@@ -1,11 +1,11 @@
# 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.
-The **<GridContainer>** component lays out components vertically. It is used only in the grid layout.
+The **** component lays out components vertically. It is used only in the grid layout.
## Required Permissions
@@ -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,9 +31,9 @@ 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. |
+ | XS | Minimum-sized device. |
| SM | Small-sized device. |
| MD | Medium-sized device. |
| LG | Large-sized device. |
@@ -42,7 +42,7 @@ GridContainer(options?: { columns?: number | 'auto', sizeType?: SizeType, gutter
## Attributes
-Universal attributes and [attributes](ts-container-column.md#attributes) of the **<Column>** component are supported.
+Universal attributes and [attributes](ts-container-column.md#attributes) of the **** component are supported.
## Events
--
GitLab