🐞 fix: 修复登录页样式异常
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user