fix: refs #8010 footer class #857

Merged
alexm merged 2 commits from 8010-fix_vnTable_footer_class into test 2024-10-23 11:58:46 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 0528474250 - Show all commits

View File

@ -417,7 +417,7 @@ function handleScroll() {
ref="tableRef"
v-bind="table"
class="vnTable"
:class="{ lastRowSticky: $props.footer }"
:class="{ 'last-row-sticky': $props.footer }"
:columns="splittedColumns.columns"
:rows="rows"
v-model:selected="selected"
@ -858,7 +858,7 @@ es:
}
}
.lastRowSticky {
.last-row-sticky {
tbody:nth-last-child(1) {
@extend .bg-header;
position: sticky;