From ea3e997854d42ee5aa9c927f102e381a1b6976c7 Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Wed, 26 Jul 2023 19:21:59 +0800 Subject: [PATCH] fixed e1c141a from https://gitee.com/esterzhou/docs/pulls/21417 Update docs (21035) Signed-off-by: ester.zhou --- .../reference/arkui-ts/ts-basic-components-toggle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/reference/arkui-ts/ts-basic-components-toggle.md b/en/application-dev/reference/arkui-ts/ts-basic-components-toggle.md index 92cf701ae4..c3b8cf1430 100644 --- a/en/application-dev/reference/arkui-ts/ts-basic-components-toggle.md +++ b/en/application-dev/reference/arkui-ts/ts-basic-components-toggle.md @@ -31,7 +31,7 @@ Since API version 9, this API is supported in ArkTS widgets. | Name | Description | | -------- | ---------------- | -| Checkbox | Check box type.
**NOTE**
The default value of the universal attribute [margin](ts-universal-attributes-size.md) is as follows:
{
top: 12 px,
right: 12 px,
bottom: 12 px,
left: 12 px
} | +| Checkbox | Check box type.
**NOTE**
The default value of the universal attribute [margin](ts-universal-attributes-size.md) is as follows:
{
top: 14 px,
right: 14 px,
bottom: 14 px,
left: 14 px
} | | Button | Button type. The set string, if any, will be displayed inside the button. | | Switch | Switch type.
**NOTE**
The default value of the universal attribute [margin](ts-universal-attributes-size.md) is as follows:
{
top: 14 vp,
right:6 vp,
bottom: 14 vp,
left: 6 vp
} | -- GitLab