fix: datatable style (#67)
Release / release (push) Successful in 1m9s

| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
|                  |                 |

## Description de la PR

## Modification du .env

## Check list

- [ ] Pas de régression
- [ ] TU/TI/TF rédigée
- [ ] TU/TI/TF OK
- [ ] CHANGELOG modifié

---------

Co-authored-by: admin malio <malio@yuno.malio.fr>
Co-authored-by: THOLOT DECHENE Matthieu <matthieu@yuno.malio.fr>
Co-authored-by: matthieu <matthieu@yuno.malio.fr>
Reviewed-on: #67
Co-authored-by: tristan <tristan@yuno.malio.fr>
Co-committed-by: tristan <tristan@yuno.malio.fr>
This commit was merged in pull request #67.
This commit is contained in:
2026-06-08 14:11:03 +00:00
committed by Autin
parent 2a818a0c77
commit 1131420960
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
:name="`header-${col.key}`"
:column="col"
/>
<span v-else class="font-semibold text-m-primary">{{ col.label }}</span>
<span v-else class="font-semibold text-black">{{ col.label }}</span>
</th>
</tr>
</thead>
@@ -32,7 +32,7 @@
<td
v-for="col in columns"
:key="col.key"
class="px-3 py-4 text-[14px] text-m-primary"
class="px-3 py-4 text-[14px] text-black"
:class="index < items.length - 1 ? 'border-b border-black' : ''"
>
<slot