diff --git a/src/views/newLogin.vue b/src/views/newLogin.vue
index 89214526..a3eb9a1b 100644
--- a/src/views/newLogin.vue
+++ b/src/views/newLogin.vue
@@ -2,15 +2,14 @@
@@ -503,7 +502,6 @@ export default {
height: 100%;
background: linear-gradient(to bottom, #8252fd, #3880fe, #fff);
// background-image: url("../assets/images/bg.png");
-
background-size: cover;
}
@@ -536,8 +534,10 @@ export default {
.login-form {
border-radius: 6px;
background: #ffffff;
- width: 400px;
+ // width: 400px;
padding: 25px;
+ width: 100%;
+ height: 100%;
.el-input {
height: 38px;