10 lines
177 B
Vue
10 lines
177 B
Vue
<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>
|