新增考试归档与恢复功能
Some checks failed
CI / check (pull_request) Failing after 2m15s

This commit is contained in:
2026-07-24 16:18:35 +08:00
parent 4046e29e33
commit 3573351f59
7 changed files with 280 additions and 29 deletions

View File

@@ -68,6 +68,13 @@
border-radius: 8px;
}
.exam-archive-toggle {
display: inline-flex;
align-items: center;
gap: 6px;
white-space: nowrap;
}
@media (max-width: 575px) {
.exam-toolbar > .ant-space,
.exam-toolbar .ant-input-affix-wrapper,