fix(css): hide col-num and expand-row first-child at col-cat breakpoint

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-22 16:19:38 +08:00
parent 80a5051195
commit 6648961d7b

View File

@@ -1111,7 +1111,9 @@ th[data-sort].sort-asc::after {
padding-right: 0.8rem;
}
.col-cat {
.col-num,
.col-cat,
.expand-row td:first-child {
display: none;
}