This commit is contained in:
libao 2024-05-13 14:30:56 +08:00
commit be567472b3
1 changed files with 21 additions and 0 deletions

View File

@ -1065,3 +1065,24 @@
<!--}--> <!--}-->
<!--</style>--> <!--</style>-->
<template>
<div class="container">
</div>
</template>
<script>
export default {
name: "App",
components: { },
};
</script>
<style scoped>
.container{
width: 100%;
height: calc(100vh - 84px);
background: url('../assets/images/login-background.jpg') no-repeat;
background-size: 100% 100%;
}
</style>