fix(client): fix zindex issue

This commit is contained in:
syuilo
2021-12-18 12:14:27 +09:00
parent ba1e14443c
commit f9e3fd7001
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ export default defineComponent({
u: null,
top: 0,
left: 0,
zIndex: os.claimZIndex(),
zIndex: os.claimZIndex('middle'),
};
},

View File

@ -65,7 +65,7 @@ export default defineComponent({
fetched: false,
top: 0,
left: 0,
zIndex: os.claimZIndex(),
zIndex: os.claimZIndex('middle'),
};
},