😎调整登录页适配深色模式

This commit is contained in:
zuohuaijun 2025-02-17 17:47:27 +08:00
parent 3216a4ac99
commit 9c1fd32052

View File

@ -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;