!512 【优化】规范style位置

Merge pull request !512 from 半栈幼儿员/hotfix/login
This commit is contained in:
芋道源码
2024-08-23 01:01:30 +00:00
committed by Gitee
2 changed files with 12 additions and 11 deletions

View File

@ -104,3 +104,15 @@ $prefix-cls: #{$namespace}-login;
}
}
</style>
<style lang="scss">
.dark .login-form {
.el-divider__text {
background-color: var(--login-bg-color);
}
.el-card {
background-color: var(--login-bg-color);
}
}
</style>