From 6903d11900a22eb54b439d065e692b1430619e0e Mon Sep 17 00:00:00 2001
From: king_he <6384784@qq.com>
Date: Sat, 25 Jun 2022 03:51:27 +0000
Subject: [PATCH] update
en/application-dev/reference/arkui-ts/ts-container-stack.md. Signed-off-by:
king_he <6384784@qq.com>
---
en/application-dev/reference/arkui-ts/ts-container-stack.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/en/application-dev/reference/arkui-ts/ts-container-stack.md b/en/application-dev/reference/arkui-ts/ts-container-stack.md
index c97e158c1f..ac0342c147 100644
--- a/en/application-dev/reference/arkui-ts/ts-container-stack.md
+++ b/en/application-dev/reference/arkui-ts/ts-container-stack.md
@@ -1,11 +1,11 @@
# Stack
-> ![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 **<Stack>** component provides a stack container where child components are successively stacked and the latter one overwrites the previous one.
+The **** component provides a stack container where child components are successively stacked and the latter one overwrites the previous one.
## Required Permissions
@@ -23,7 +23,7 @@ None
Stack(value:{alignContent?: Alignment})
- Parameters
- | Name | Type | Mandatory | Default Value | Description |
+ | Name | Type | Mandatory | Default Value | Description |
| -------- | -------- | -------- | -------- | -------- |
| alignContent | [Alignment](ts-appendix-enums.md#alignment-enums) | No | Center | Alignment of child components in the container. |
--
GitLab