From e7a00d4db00a6bb2f37c6ddb726ca36b0fbcedab Mon Sep 17 00:00:00 2001
From: xy <2115269706@qq.com>
Date: Thu, 27 Mar 2025 11:58:11 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BA=A7=E8=81=94=E9=80=89=E6=8B=A9=E5=99=A8?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/layout/loginPage.vue | 86 ++++++++++++++++++++++++++++------------
1 file changed, 61 insertions(+), 25 deletions(-)
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) {