forked from verdnatura/salix-front
fix: refs #7283 css
This commit is contained in:
parent
f34f3a78cb
commit
12a5d6cec0
|
@ -486,11 +486,12 @@ defineExpose({
|
|||
:icon="btn.icon"
|
||||
class="q-px-sm"
|
||||
flat
|
||||
:class="
|
||||
:class="[
|
||||
btn.isPrimary
|
||||
? 'text-primary-light'
|
||||
: 'color-vn-text '
|
||||
"
|
||||
: 'color-vn-text ',
|
||||
btn.class,
|
||||
]"
|
||||
:style="`visibility: ${
|
||||
(btn.show && btn.show(row)) ?? true
|
||||
? 'visible'
|
||||
|
|
|
@ -111,6 +111,7 @@ const columns = computed(() => [
|
|||
{
|
||||
title: t('Client ticket list'),
|
||||
icon: 'thumb_down',
|
||||
class: 'fill-icon',
|
||||
action: showDenyRequestForm,
|
||||
isPrimary: true,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue