chore: refs #8010 kebab-case
gitea/salix-front/pipeline/pr-test This commit looks good Details

This commit is contained in:
Alex Moreno 2024-10-23 13:13:00 +02:00
parent e7acdfd4f7
commit 0528474250
1 changed files with 2 additions and 2 deletions

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;