fix(audit) : drawer footer style and filter icon
This commit is contained in:
@@ -6,8 +6,9 @@
|
|||||||
<MalioButton
|
<MalioButton
|
||||||
variant="tertiary"
|
variant="tertiary"
|
||||||
:label="t('audit.filters.title')"
|
:label="t('audit.filters.title')"
|
||||||
icon-name="mdi:equalizer"
|
icon-name="mdi:tune"
|
||||||
icon-position="left"
|
icon-position="left"
|
||||||
|
iconSize="24"
|
||||||
button-class="w-[184px] justify-start gap-4 text-black"
|
button-class="w-[184px] justify-start gap-4 text-black"
|
||||||
@click="openFilters"
|
@click="openFilters"
|
||||||
/>
|
/>
|
||||||
@@ -56,7 +57,7 @@
|
|||||||
v-model="filterDrawerOpen"
|
v-model="filterDrawerOpen"
|
||||||
drawer-class="max-w-[450px]"
|
drawer-class="max-w-[450px]"
|
||||||
body-class="p-0"
|
body-class="p-0"
|
||||||
footer-class="justify-between py-7"
|
footer-class="justify-between border-t border-black p-6"
|
||||||
>
|
>
|
||||||
<template #header>
|
<template #header>
|
||||||
<h2 class="text-[24px] font-bold uppercase">{{ t('audit.filters.title') }}</h2>
|
<h2 class="text-[24px] font-bold uppercase">{{ t('audit.filters.title') }}</h2>
|
||||||
@@ -89,7 +90,6 @@
|
|||||||
|
|
||||||
<!-- Action : boutons radio (selection unique, '' = toutes) -->
|
<!-- Action : boutons radio (selection unique, '' = toutes) -->
|
||||||
<MalioAccordionItem :title="t('audit.filters.action')" value="action">
|
<MalioAccordionItem :title="t('audit.filters.action')" value="action">
|
||||||
<div class="flex flex-col gap-4">
|
|
||||||
<MalioRadioButton
|
<MalioRadioButton
|
||||||
v-for="opt in actionOptions"
|
v-for="opt in actionOptions"
|
||||||
:key="opt.value"
|
:key="opt.value"
|
||||||
@@ -98,7 +98,6 @@
|
|||||||
:value="opt.value"
|
:value="opt.value"
|
||||||
:label="opt.label"
|
:label="opt.label"
|
||||||
/>
|
/>
|
||||||
</div>
|
|
||||||
</MalioAccordionItem>
|
</MalioAccordionItem>
|
||||||
|
|
||||||
<!-- Utilisateur : recherche texte (ILIKE partiel cote backend) -->
|
<!-- Utilisateur : recherche texte (ILIKE partiel cote backend) -->
|
||||||
|
|||||||
Reference in New Issue
Block a user