🐞 fix: 修复登录页样式异常

This commit is contained in:
砂糖
2025-09-05 14:47:32 +08:00
parent b293cbd04f
commit 5cf7fad689
7 changed files with 128 additions and 79 deletions

View File

@@ -195,6 +195,11 @@ getCookie()
justify-content: center;
}
.right-img {
width: 100%;
height: 100%;
}
.logo-img {
width: 100px;
height: 100px;
@@ -204,7 +209,8 @@ getCookie()
display: flex;
justify-content: center;
align-items: center;
height: 60%;
box-sizing: border-box;
// height: 60%;
border-radius: 6px;
background: #ffffff;
width: 60%;
@@ -213,6 +219,7 @@ getCookie()
.login-form {
z-index: 1;
flex: 3;
.el-input {
height: 40px;
input {
@@ -225,6 +232,11 @@ getCookie()
margin-left: 0px;
}
}
.login-right {
flex: 4;
}
.login-tip {
font-size: 13px;
text-align: center;