From f584be596dd5283acce460b8960a3edd1763f4f9 Mon Sep 17 00:00:00 2001 From: huangdong57 Date: Mon, 29 May 2023 11:13:02 +0800 Subject: [PATCH] update popup doc for offset Signed-off-by: huangdong57 --- .../reference/arkui-ts/ts-universal-attributes-popup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-popup.md b/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-popup.md index 637af5f826..5cd4aa3011 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-popup.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-popup.md @@ -29,6 +29,7 @@ | messageOptions10+ | [PopupMessageOptions](#popupmessageoptions10) | 否 | 设置弹窗信息文本参数。 | | targetSpace10+ | [Length](ts-types.md#length) | 否 | 设置popup与目标的间隙。 | | placement10+ | [Placement](ts-appendix-enums.md#placement8) | 否 | 设置popup组件相对于目标的显示位置,默认值为Placement.Bottom。
如果同时设置了`placementOnTop`和`placement`,则以`placement`的设置生效。 | +| offset10+ | [Position](ts-types.md#position8) | 否 | 设置popup组件相对于placement设置的显示位置的偏移。 | ## PopupMessageOptions10+类型说明 @@ -50,6 +51,7 @@ | showInSubWindow9+ | boolean | 否 | 是否在子窗口显示气泡,默认值为false。 | | mask10+ | boolean \| [ResourceColor](ts-types.md#resourcecolor) | 否 | 设置气泡是否有遮罩层及遮罩颜色。如果设置为false,则没有遮罩层;如果设置为true,则设置有遮罩层并且颜色为透明色;如果设置为Color,则为遮罩层的颜色。 | | targetSpace10+ | [Length](ts-types.md#length) | 否 | 设置popup与目标的间隙。 | +| offset10+ | [Position](ts-types.md#position8) | 否 | 设置popup组件相对于placement设置的显示位置的偏移。 | ## 示例 ```ts -- GitLab