xxuan

Results 1 comments of xxuan

需要设置弹出框不插入到body中,但是select官方提供的getPopupContainer在Firefox上不生效,最后我是外层套了ConfigProvider并设置getPopupContainer,然后将ant-select-dropdown的top和left写死,解决了Firefox的问题,同样Popover等弹出 也有相同的问题,这个方案也可以解决 ` selectRef.current}> triggerNode.parentNode} /> ` css `.curSelect { position: relative; } .curSelectPopup.ant-select-dropdown { left: 0 !important; top: 36px !important; }`