#44 - vacation summary of all employees #92

Merged
Baakoma merged 5 commits from #44-vacation-summary-of-all-employees into main 2022-03-24 10:33:35 +01:00
Showing only changes of commit eb0b43b1b0 - Show all commits

View File

@@ -11,6 +11,7 @@
</p> </p>
</div> </div>
</div> </div>
<div class="border-t border-gray-200">
<div class="overflow-x-auto xl:overflow-x-visible overflow-y-auto xl:overflow-y-visible"> <div class="overflow-x-auto xl:overflow-x-visible overflow-y-auto xl:overflow-y-visible">
<form @submit.prevent="submitVacationDays"> <form @submit.prevent="submitVacationDays">
<table class="min-w-full divide-y divide-gray-200"> <table class="min-w-full divide-y divide-gray-200">
@@ -130,6 +131,7 @@
</form> </form>
</div> </div>
</div> </div>
</div>
</template> </template>
<script setup> <script setup>