fix: show login failure feedback

This commit is contained in:
hectorzhao
2026-07-09 15:18:19 +08:00
parent 268392ee9c
commit 64bb3fb430
2 changed files with 24 additions and 5 deletions
+6
View File
@@ -4142,6 +4142,12 @@ h3 {
background: rgba(239, 68, 68, 0.1);
}
.login-alert-message {
margin: 0;
color: var(--color-text-strong);
line-height: 1.7;
}
.system-page {
gap: 28px;
}