登陆优化

This commit is contained in:
Azmat@qq.com
2026-09-17 10:28:37 +08:00
parent b487b65575
commit bd4799151c
8 changed files with 222 additions and 95 deletions
+1
View File
@@ -2598,6 +2598,7 @@ table.t tbody tr:hover { background: var(--black-alpha-4); }
transition: opacity .2s ease, visibility .2s ease;
}
.modal-bg.show { opacity: 1; visibility: visible; pointer-events: auto; }
.modal-bg.modal-priority { z-index: 11000; }
.modal {
background: var(--surface);
border: 1px solid var(--border-faint);