From 067751e0d126dfc43c22608ee99632c8a96e6d71 Mon Sep 17 00:00:00 2001 From: yamila Date: Fri, 17 Feb 2023 09:49:36 +0800 Subject: [PATCH] update badge Signed-off-by: yamila --- .../application-dev/reference/arkui-ts/ts-container-badge.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-container-badge.md b/zh-cn/application-dev/reference/arkui-ts/ts-container-badge.md index 7e03805a45..d9c3f34a47 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-container-badge.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-container-badge.md @@ -82,7 +82,7 @@ struct BadgeExample { .width(100).height(50).backgroundColor(0x317aff) }.width(100).height(50) - // 数字上标 + // 数字左标 Badge({ count: this.counts, maxCount: 99, @@ -97,7 +97,7 @@ struct BadgeExample { }.width(100).height(50) - // 数字上标 + // 数字右标 Badge({ count: this.counts, maxCount: 99, -- GitLab