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 14fdb7f1a435f40f82029ed7f207d6ba4457de00..153cb7f34463052a855476f22fda8b76ddbb2233 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%')