mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-15 17:12:00 +08:00
update: 兼容以前代码 先返回body 这样会造成无法跟随滚动
This commit is contained in:
@@ -27,5 +27,5 @@ export function getVxePopupContainer(_node?: HTMLElement): HTMLElement {
|
||||
/**
|
||||
* 兼容以前代码 先返回body 这样会造成无法跟随滚动
|
||||
*/
|
||||
return _node?.parentElement ?? document.body;
|
||||
return document.body;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user