parent
35cd9e621a
commit
ba1e14443c
16 changed files with 32 additions and 29 deletions
|
@ -60,7 +60,7 @@ export default defineComponent({
|
|||
#wait {
|
||||
display: block;
|
||||
position: fixed;
|
||||
z-index: 3000000;
|
||||
z-index: 4000000;
|
||||
top: 15px;
|
||||
right: 15px;
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ export default defineComponent({
|
|||
data() {
|
||||
return {
|
||||
uploads: os.uploads,
|
||||
zIndex: os.claimZIndex(true),
|
||||
zIndex: os.claimZIndex('high'),
|
||||
};
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue