You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
< docs >
-- -
order : 4
title :
zh - CN : 箭头指向
en - US : Arrow pointing
-- -
# # zh - CN
设置了 ` arrowPointAtCenter ` 后 , 箭头将指向目标元素的中心 。
# # en - US
The arrow points to the center of the target element , which set ` arrowPointAtCenter ` .
< / docs >
< template >
< a -space >
< a -popover placement = "topLeft" >
< template # content >
< p > Content < / p >
< p > Content < / p >
< / template >
< template # title >
< span > Title < / span >
< / template >
< a -button > Align edge / 边缘对齐 < / a - b u t t o n >
< / a - p o p o v e r >
< a -popover placement = "topLeft" arrow -point -at -center >
< template # content >
< p > Content < / p >
< p > Content < / p >
< / template >
< template # title >
< span > Title < / span >
< / template >
< a -button > Arrow points to center / 箭头指向中心 < / a - b u t t o n >
< / a - p o p o v e r >
< / a - s p a c e >
< / template >