Fixed transparent issues

pull/5917/head
Cagatay Civici 2024-06-16 00:03:51 +01:00
parent 2fa543ccc2
commit de2560a1cb
6 changed files with 32 additions and 5 deletions

View File

@ -35,6 +35,14 @@
class: 'sticky top-0 z-10'
}
}"
:dt="{
headerCell: {
background: 'transparent'
},
row: {
background: 'transparent'
}
}"
>
<template #empty>There is no customer.</template>
<Column selectionMode="multiple" headerStyle="width: 1rem" style="width: 1rem"></Column>

View File

@ -62,6 +62,14 @@
}
}
}"
:dt="{
headerCell: {
background: 'transparent'
},
row: {
background: 'transparent'
}
}"
>
<template #header>
<div class="flex xl:items-center justify-between gap-2 flex-col xl:flex-row">

View File

@ -26,7 +26,7 @@
</Button>
</div>
</div>
<div class="mt-4 flex flex-wrap gap-6 items-start justify-between">
<div class="mt-4 flex flex-wrap gap-6 items-center justify-between">
<SelectButton v-model="selectedTime" :options="timeOptions" aria-labelledby="basic" :allowEmpty="false" />
<div class="flex items-center gap-2">
<Button label="Download" icon="pi pi-download" iconPos="right" />
@ -61,7 +61,18 @@
tableClass="overflow-x-auto dark:bg-surface-950"
paginatorTemplate="PrevPageLink PageLinks NextPageLink CurrentPageReport RowsPerPageDropdown"
currentPageReportTemplate="Showing {first} to {last} of {totalRecords} entries"
:pt="{}"
pt:pcpaginator:root="!bg-transparent"
:dt="{
header: {
background: 'transparent'
},
headerCell: {
background: 'transparent'
},
row: {
background: 'transparent'
}
}"
>
<Column header="Id" class="w-1/12">
<template #body="slotProps">

View File

@ -391,7 +391,7 @@ export default {
hoverMutedColor: '{surface.300}'
},
content: {
background: 'transparent',
background: '{surface.900}',
hoverBackground: '{surface.800}',
borderColor: '{surface.700}',
color: '{text.color}',

View File

@ -396,7 +396,7 @@ export default {
hoverMutedColor: '{surface.300}'
},
content: {
background: 'transparent',
background: '{surface.900}',
hoverBackground: '{surface.800}',
borderColor: '{surface.700}',
color: '{text.color}',

View File

@ -391,7 +391,7 @@ export default {
hoverMutedColor: '{surface.300}'
},
content: {
background: 'transparent',
background: '{surface.900}',
hoverBackground: '{surface.700}',
borderColor: '{surface.500}',
color: '{text.color}',