From 565b2c056a5bd6d598c6535a36a4ad2854f58001 Mon Sep 17 00:00:00 2001 From: yamila Date: Tue, 1 Nov 2022 15:37:36 +0800 Subject: [PATCH] update overlay Signed-off-by: yamila --- .../reference/arkui-ts/ts-universal-attributes-overlay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-overlay.md b/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-overlay.md index 14fdb7f1a4..153cb7f344 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-overlay.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-overlay.md @@ -29,7 +29,7 @@ struct OverlayExample { .width(240).height(240) .overlay("Winter is a beautiful season, especially when it snows.", { align: Alignment.Bottom, - offset: { x: 70, y: 100 } + offset: { x: 0, y: -15 } }) }.border({ color: Color.Black, width: 2 }) }.width('100%') -- GitLab