From 63bdbe64196ccdd138f4611bc13b1f36c39969b1 Mon Sep 17 00:00:00 2001
From: king_he <6384784@qq.com>
Date: Mon, 27 Jun 2022 12:06:48 +0000
Subject: [PATCH] update
en/application-dev/reference/arkui-ts/ts-container-tabcontent.md.
Signed-off-by: king_he <6384784@qq.com>
---
.../reference/arkui-ts/ts-container-tabcontent.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/en/application-dev/reference/arkui-ts/ts-container-tabcontent.md b/en/application-dev/reference/arkui-ts/ts-container-tabcontent.md
index 09004c1c5c..6744e17ee1 100644
--- a/en/application-dev/reference/arkui-ts/ts-container-tabcontent.md
+++ b/en/application-dev/reference/arkui-ts/ts-container-tabcontent.md
@@ -1,11 +1,11 @@
# TabContent
->  **NOTE**
+> **NOTE**
> This component is supported since API version 7. Updates will be marked with a superscript to indicate their earliest API version.
-The **<TabContent>** component is used only in the **<Tabs>** component. It corresponds to the content view of a switched tab page.
+The **** component is used only in the **** component. It corresponds to the content view of a switched tab page.
## Required Permissions
@@ -29,12 +29,12 @@ Touch target configuration is not supported.
| Name | Type | Default Value | Description |
| -------- | -------- | -------- | -------- |
-| tabBar | string \| {
icon?: string,
text?: string
}
\| [CustomBuilder](../../ui/ts-types.md)8+ | - | Content displayed on the tab bar.
**CustomBuilder**: builder, to which components can be passed (applicable to API version 8 and later versions).
>  **NOTE**
> If an icon uses an SVG image, the width and height attributes of the SVG image must be deleted. Otherwise, the icon size will be determined by the width and height attributes of the SVG image. |
+| tabBar | string \| {
icon?: string,
text?: string
}
\| [CustomBuilder](../../ui/ts-types.md)8+ | - | Content displayed on the tab bar.
**CustomBuilder**: builder, to which components can be passed (applicable to API version 8 or later).
**NOTE**
If an icon uses an SVG image, the width and height attributes of the SVG image must be deleted. Otherwise, the icon size will be determined by the width and height attributes of the SVG image. |
->  **NOTE**
-> - The **<TabContent>** component does not support setting of the common width attribute. By default, its width is the same as that of the parent **<Tabs>** component.
+> **NOTE**
+> - The **** component does not support setting of the common width attribute. By default, its width is the same as that of the parent **** component.
>
-> - The **<TabContent>** component does not support setting of the common height attribute. Its height is determined by the height of the parent **<Tabs>** component and the **<TabBar>** component.
+> - The **** component does not support setting of the common height attribute. Its height is determined by the height of the parent **** component and the **** component.
## Example
--
GitLab