feat: 登录联调
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user