mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 17:12:15 +00:00
empty page fix
grid fix auth page fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div id="auth">
|
||||
<div class="h-screen flex justify-center items-center">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
||||
@@ -9,12 +9,3 @@
|
||||
name: 'AuthContentWrapper',
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
||||
#auth {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
display: table;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user