feat: 登录联调

This commit is contained in:
王天骄
2026-06-05 16:20:01 +08:00
parent 875bf1f098
commit d97be506ce
5 changed files with 155 additions and 60 deletions
+2 -28
View File
@@ -178,38 +178,12 @@ p {
}
}
.login-options {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 22px;
}
.login-submit {
width: 100%;
}
.login-divider {
display: flex;
align-items: center;
gap: 12px;
margin: 28px 0 18px;
color: var(--muted);
font-size: 13px;
&::before,
&::after {
flex: 1;
height: 1px;
content: "";
background: var(--border);
}
}
.login-methods {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
.login-role-select {
width: 100%;
}
.admin-shell {