Skip to content

Commit 4432cf8

Browse files
authored
fix(grid): fix has footer last row can not visible (#3678)
1 parent da3e594 commit 4432cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/theme-saas/src/grid/table.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
}
286286
}
287287

288-
&:has(.@{grid-prefix-cls}__footer-wrapper) tbody tr.row__last-visible {
288+
&:has(.@{grid-prefix-cls}__footer-wrapper) tbody tr.row__last-visible::after {
289289
display: none;
290290
}
291291

0 commit comments

Comments
 (0)