first commit
This commit is contained in:
9
resources/admin/layout/components/Menu/mask.vue
Normal file
9
resources/admin/layout/components/Menu/mask.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div class="block sm:hidden z-40 w-screen h-full absolute mask-bg left-0 top-0" />
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.mask-bg {
|
||||
background-color: #00000080;
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user