fix: table header color
This commit is contained in:
parent
43b53c176a
commit
a980030276
5 changed files with 25 additions and 7 deletions
|
|
@ -925,7 +925,10 @@ watch(currentHq, () => {
|
|||
:visible-columns="fieldSelected"
|
||||
>
|
||||
<template v-slot:header="props">
|
||||
<q-tr class="surface-3" :props="props">
|
||||
<q-tr
|
||||
style="background-color: hsla(var(--info-bg) / 0.07)"
|
||||
:props="props"
|
||||
>
|
||||
<q-th
|
||||
v-for="col in props.cols"
|
||||
:key="col.name"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue