src/views/index.vue
@@ -1,5 +1,7 @@ <template> <div class="app-container home"> <div class="app-container home index-bg"> <!--<img src="@/assets/logo/login-logo.png">--> <!--云通OA办公系统,欢迎您!--> </div> </template> @@ -18,6 +20,14 @@ </script> <style scoped lang="scss"> .index-bg { display: flex; justify-content: center; align-items: center; /*background-image: url('../assets/images/login-background.jpg');*/ background-repeat: no-repeat; background-size: cover; height: calc(100vh - 84px); } </style>