From 99924dddc55c53cbc0dbe4961df8ba74d89d03ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kiner-tang=28=E6=96=87=E8=BE=89=29?= <1127031143@qq.com> Date: Tue, 30 May 2023 22:15:23 +0800 Subject: [PATCH] docs: update docs (#42735) --- components/popconfirm/demo/placement.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/popconfirm/demo/placement.md b/components/popconfirm/demo/placement.md index c61d066a7b..0ec797858c 100755 --- a/components/popconfirm/demo/placement.md +++ b/components/popconfirm/demo/placement.md @@ -1,10 +1,10 @@ ## zh-CN -位置有十二个方向。如需箭头指向目标元素中心,可以设置 `arrowPointAtCenter`。 +位置有十二个方向。如需箭头指向目标元素中心,可以设置 `arrow: { pointAtCenter: true }`。 ## en-US -There are 12 `placement` options available. Use `arrowPointAtCenter` if you want the arrow to point at the center of target. +There are 12 `placement` options available. Use `arrow: { pointAtCenter: true }` if you want the arrow to point at the center of target.