react-大屏显示antd浮窗
大屏显示,antd组件的日期下拉不显示浮窗。
getPopupContainer={trigger => trigger.parentNode}
或者其他日期组件用如下
getPopupContainer={()=>window.document.body}
如需转载原创文章,请标注原文地址,版权所有!
大屏显示,antd组件的日期下拉不显示浮窗。
getPopupContainer={trigger => trigger.parentNode}
或者其他日期组件用如下