feat(heures) : export PDF des heures (vue jour) par sites #24

Merged
tristan merged 16 commits from feature/SIRH-35-export-des-heures-employe into develop 2026-06-09 12:59:04 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 8bf852d5ae - Show all commits
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<div v-if="modelValue" class="fixed inset-0 z-50">
<div v-if="modelValue" class="fixed inset-0 z-[60]">
<Transition name="drawer-backdrop">
<div class="absolute inset-0 bg-black/40" @click="close" />
</Transition>
@@ -1,5 +1,5 @@
<template>
<AppDrawer v-model="drawerOpen" title="Export des heures (par jour)">
<AppDrawer v-model="drawerOpen" title="Export des heures">
<form class="space-y-4" @submit.prevent="handleSubmit">
<div>
<label class="text-md font-semibold text-neutral-700" for="hours-export-date">
@@ -9,7 +9,7 @@
id="hours-export-date"
v-model="selectedDate"
type="date"
class="mt-2 w-full rounded-md border border-neutral-300 px-3 py-2 text-md text-neutral-900"
class="mt-2 w-full rounded-md border border-black px-3 py-2 text-md text-neutral-900"
>
</div>