fix(css): hide last column in expand-row on mobile

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-22 23:52:31 +08:00
parent a92b1a6e86
commit dbff2522c8

View File

@@ -1075,7 +1075,8 @@ th[data-sort].sort-asc::after {
.col-num,
.col-cat,
.expand-row td:first-child {
.expand-row td:first-child,
.expand-row td:last-child {
display: none;
}