feat: add course summary search

This commit is contained in:
Codex
2026-06-15 12:08:04 +08:00
parent 8832a52310
commit df076f6951
7 changed files with 317 additions and 2 deletions
+17 -1
View File
@@ -210,6 +210,10 @@ h2 {
grid-template-columns: minmax(0, 1fr) 76px;
}
.summary-search-row {
grid-template-columns: minmax(180px, 1.4fr) repeat(5, minmax(110px, 0.8fr)) 88px;
}
input,
select {
min-width: 0;
@@ -389,6 +393,17 @@ textarea:focus {
line-height: 1.45;
}
.summary-full {
max-width: min(720px, 72vw);
margin-top: 8px;
padding-top: 8px;
border-top: 1px solid var(--line);
}
.summary-toggle {
margin-top: 8px;
}
.muted {
color: var(--muted);
}
@@ -789,7 +804,8 @@ td {
.search-row,
.search-row.compact,
.account-search-row {
.account-search-row,
.summary-search-row {
grid-template-columns: 1fr;
}