😎调整登录页适配深色模式
This commit is contained in:
parent
3216a4ac99
commit
9c1fd32052
@ -131,12 +131,12 @@ onMounted(async () => {
|
|||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: var(--el-color-white);
|
color: var(--next-color-white);
|
||||||
}
|
}
|
||||||
.login-left-logo-text-msg {
|
.login-left-logo-text-msg {
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: var(--el-color-white);
|
color: var(--next-color-white);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -225,6 +225,7 @@ onMounted(async () => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
background-color: var(--el-color-white);
|
||||||
.login-right-warp-main-title {
|
.login-right-warp-main-title {
|
||||||
height: 130px;
|
height: 130px;
|
||||||
line-height: 130px;
|
line-height: 130px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user