实现背景图片填满整个背景层

master
yezhichao@hwasmart.com 2021-11-21 16:17:07 +08:00
parent f6e7b8a89c
commit 027efdd745
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<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>
</div>
</template>