update: getVxePopupContainer选择器更新(适配新版)
This commit is contained in:
parent
0e3eb887da
commit
06dd17eac3
@ -24,7 +24,7 @@ export function getVxePopupContainer(
|
|||||||
_node?: HTMLElement,
|
_node?: HTMLElement,
|
||||||
id?: string,
|
id?: string,
|
||||||
): HTMLElement {
|
): HTMLElement {
|
||||||
let selector = 'div.vxe-table--body-wrapper.body--wrapper';
|
let selector = '.vxe-table--row-expanded-wrapper';
|
||||||
if (id) {
|
if (id) {
|
||||||
selector = `div#${id} ${selector}`;
|
selector = `div#${id} ${selector}`;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user