Update teacher profiles and record summaries

This commit is contained in:
Codex
2026-06-16 01:09:51 +08:00
parent a7fbe91266
commit 2785f3eb41
18 changed files with 1088 additions and 40 deletions
+44 -1
View File
@@ -211,7 +211,7 @@ h2 {
}
.summary-search-row {
grid-template-columns: minmax(180px, 1.4fr) repeat(5, minmax(110px, 0.8fr)) 88px;
grid-template-columns: minmax(180px, 1.4fr) repeat(6, minmax(100px, 0.8fr)) 88px;
}
input,
@@ -630,6 +630,49 @@ td {
color: var(--accent-strong);
}
.small-button:disabled {
border-color: #e4e7ec;
background: #f2f4f7;
color: #98a2b3;
cursor: not-allowed;
}
.small-button:disabled:hover {
border-color: #e4e7ec;
color: #98a2b3;
}
.summary-collapse-row td {
padding: 0;
background: #fbfcfd;
}
.record-summary-item {
padding: 12px 16px;
border-top: 1px solid var(--line);
}
.record-summary-title {
margin-bottom: 8px;
color: var(--accent-strong);
font-size: 13px;
font-weight: 700;
}
.summary-time-actions {
display: flex;
flex-wrap: wrap;
gap: 8px;
align-items: center;
}
.summary-time-input {
width: 120px;
height: 32px;
padding: 0 8px;
font-size: 13px;
}
.correction-badge {
display: inline-flex;
align-items: center;