ant-design-vue icon indicating copy to clipboard operation
ant-design-vue copied to clipboard

After the menu component sets the getPopupContainer property, if there are children in the drop-down menu, the arrow on the right cannot be displayed

Open horsecms opened this issue 3 years ago • 0 comments
trafficstars

  • [x] I have searched the issues of this repository and believe that this is not a duplicate.

Version

3.2.4

Environment

win10, chrome 版本 101.0.4951.54(正式版本) (64 位), vue 3.2.25

Reproduction link

Edit on CodeSandbox

Steps to reproduce

设置<a-menu :getPopupContainer="ev => ev.parentNode">后,下拉菜单中无法显示右侧箭头

What is expected?

Navigation Two ===> Submenu 后面应该有箭头

What is actually happening?

未正常显示

horsecms avatar May 24 '22 08:05 horsecms