MadCcc

Results 444 comments of MadCcc

Didn't find style issue in the reproduction, could you provide more detail about it?

Could you give more description about your demand?

Popover 和 Tour 的 `getArrowStyle` 参数不应该改的,只有 Tooltip 是特殊处理的

方向不太对,应该是改偏移量而不是箭头的位置

`limitVerticalRadius` 是给 `left` 和 `right` 的箭头 padding 一个阈值,是 Tooltip 的特性。 v5 动态箭头间距可能对这个功能有些影响,比较难处理。另外 @zombieJ 重构 rc-trigger 会将 arrow 作为内置功能,这里看看尽量修吧。

This element is used for cycling focus elements inside Modal. And confirm button would be focused in `Modal.confirm`.

Just fork our CodeSandbox example and provide minimized reproduction. It would help a lot if there's problem with components of antd.

Since dropdown will be adjust automatically, `placement` will be changed due to the position of target element.

10ms is much less than one frame, Modal would take some time to conduct animation and render content. I cannot check this with my eyes, did it affect your performance...