parent
35cd9e621a
commit
ba1e14443c
16 changed files with 32 additions and 29 deletions
|
|
@ -34,7 +34,7 @@ export default defineComponent({
|
|||
|
||||
setup(props, context) {
|
||||
const el = ref<HTMLElement>();
|
||||
const zIndex = os.claimZIndex(true);
|
||||
const zIndex = os.claimZIndex('high');
|
||||
|
||||
const setPosition = () => {
|
||||
if (el.value == null) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue