diff --git a/src/layout/loginPage.vue b/src/layout/loginPage.vue index c71ab96..b635dc6 100644 --- a/src/layout/loginPage.vue +++ b/src/layout/loginPage.vue @@ -82,8 +82,9 @@
班级
- +
@@ -252,10 +253,10 @@ @@ -481,26 +515,28 @@ onMounted(()=>{ align-items: center; height: 1000px; min-height: 100vh; + // margin: 0; - .middle-content{ - position: relative; + .middle-content { + position: relative; width: 60%; - height:80%; + height: 80%; display: flex; - justify-content: center; - align-items: center; + justify-content: center; + align-items: center; // background-color: pink; background: url("../assets/images/login.png") no-repeat; background-position: 59% -7px; background-size: 75% auto; } - .errorBtn{ + + .errorBtn { position: absolute; top: 30px; right: 122px; width: 50px; - height: 50px; - background-color: transparent; + height: 50px; + background-color: transparent; clip-path: polygon(100% 0, 0 0, 100% 100%); cursor: pointer; } @@ -555,7 +591,7 @@ onMounted(()=>{ .el-input { width: 300px; height: 36px; - + } :deep(.el-form-item__error) {