feat: 新增手机号登录、邮箱登录

This commit is contained in:
2024-04-24 22:25:13 +08:00
parent efa1c32e00
commit 7a09333744
11 changed files with 481 additions and 60 deletions

View File

@@ -45,10 +45,6 @@ const toHome = () => {
display: flex;
justify-content: center;
align-items: center;
// .logo {
// width: 24px;
// height: 24px;
// }
.system-name {
display: none;
}
@@ -62,7 +58,7 @@ const toHome = () => {
flex-shrink: 0;
}
.system-name {
padding-left: 10px;
padding-left: 8px;
white-space: nowrap;
transition: color 0.3s;
&:hover {