feat:增加训练场和错题集模块

This commit is contained in:
2026-07-29 19:50:40 +08:00
parent 1f88341019
commit 4d49660b18
21 changed files with 620 additions and 90 deletions

View File

@@ -1,5 +1,27 @@
.common-view {
display: flex;
flex-direction: column;
gap: 10px;
.view-header {
display: flex;
justify-content: space-between;
align-items: center;
.view-content {
.view-title {
margin: 0;
font-size: 22px;
font-weight: 700;
color: #0f172a;
}
.view-subtitle {
font-size: 13px;
color: #94a3b8;
}
}
}
}
.common-dialog {