Change class casing
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good
Details
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good
Details
This commit is contained in:
parent
f36eb1bd88
commit
e0f55f8ca3
|
@ -25,14 +25,14 @@ const props = defineProps({
|
|||
:no-data-label="props.noDataLabel || t('noInvoicesFound')"
|
||||
:hide-bottom="props.hideBottom"
|
||||
:rows-per-page-options="props.rowsPerPageOptions"
|
||||
table-header-class="vnTable-header-default"
|
||||
table-header-class="vntable-header-default"
|
||||
>
|
||||
<slot />
|
||||
</QTable>
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
.vnTable-header-default {
|
||||
.vntable-header-default {
|
||||
background-color: $accent !important;
|
||||
color: white;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue