mirror of
https://github.com/vbenjs/gf-vben-admin.git
synced 2025-02-02 19:08:40 +08:00
fix: 修复右键按钮在弹窗下层级问题 (#1552)
This commit is contained in:
parent
aaa30fbf10
commit
78535bdd86
@ -64,6 +64,7 @@
|
|||||||
width: `${width}px`,
|
width: `${width}px`,
|
||||||
left: `${left + 1}px`,
|
left: `${left + 1}px`,
|
||||||
top: `${top + 1}px`,
|
top: `${top + 1}px`,
|
||||||
|
zIndex: 9999,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user