实现背景图片填满整个背景层
parent
f6e7b8a89c
commit
027efdd745
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="full-screen-container w-h-full fixed flex flex-col top-0 left-0 origin-top-left" ref="container">
|
<div class="full-screen-container w-h-full bg-cover fixed flex flex-col top-0 left-0 origin-top-left" ref="container">
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue