mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed transparent issues
This commit is contained in:
parent
2fa543ccc2
commit
de2560a1cb
6 changed files with 32 additions and 5 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue