zhitan-vue/src/views/login.vue
@@ -201,14 +201,19 @@ .login { display: flex; align-items: center; <<<<<<< HEAD height: 100vh; ======= height: 100%; background-image: url("@/assets/images/login-background.jpg"); >>>>>>> bf185c5d6a86eaa6a27d93b6d5942234d5bebb24 background-image: url("@/assets/images/login-background.png"); background-repeat: no-repeat; background-size: cover; flex-direction: column; position: relative; min-width: 700px; min-height: 700px; background-color:#001146 } .middle-view {