fix : review MR

This commit is contained in:
2026-02-17 14:12:39 +01:00
parent 6ebf827947
commit 054a487f4e
4 changed files with 33 additions and 28 deletions

View File

@@ -1,13 +1,14 @@
<template>
<div class="flex items-center justify-between">
<h1 class="text-3xl font-bold text-primary-500 uppercase">Liste des bovins</h1>
<h1 class="text-3xl font-bold text-primary-500 uppercase">Liste des types bovins</h1>
<NuxtLink
to="/admin/bovin"
class="inline-flex items-center justify-center
text-xl text-white uppercase
bg-primary-500 h-[50px] px-8 rounded
hover:opacity-80 gap-2"
>
@click="handleAddClick"
>
<Icon name="mdi:plus" size="28" />
Ajouter
</NuxtLink>
@@ -21,7 +22,7 @@
font-semibold uppercase
tracking-wide"
>
<div class="col-span-1">Label</div>
<div class="col-span-1">Nom</div>
<div class="col-span-1">Code</div>
</div>
<div v-if="bovinList.length === 0" class="px-4 py-6 text-slate-400">