fix: table header color
This commit is contained in:
parent
43b53c176a
commit
a980030276
5 changed files with 25 additions and 7 deletions
|
|
@ -291,7 +291,7 @@ watch([inputSearch, currentStatus], async () => {
|
|||
:visible-columns="branchFieldSelected"
|
||||
>
|
||||
<template #header>
|
||||
<q-tr class="surface-3">
|
||||
<q-tr style="background-color: hsla(var(--info-bg) / 0.07)">
|
||||
<q-th
|
||||
v-for="(v, i) in fieldDisplay"
|
||||
:key="v"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue