2 Commits

Author SHA1 Message Date
123af95500 Update calendar view #tab 2022-07-04 11:00:47 +02:00
84344652f0 MonthlyUsage update #tab 2022-07-04 11:00:47 +02:00
9 changed files with 16 additions and 22 deletions

View File

@@ -17,7 +17,7 @@
</div>
</div>
<div class="border-t border-gray-200">
<div class="overflow-x-auto">
<div class="overflow-auto xl:overflow-visible">
<table class="min-w-full divide-y divide-gray-200">
<thead class="bg-gray-50">
<tr>

View File

@@ -19,7 +19,7 @@
</div>
</div>
<div class="border-t border-gray-200">
<div class="overflow-x-auto">
<div class="overflow-auto xl:overflow-visible">
<table class="min-w-full divide-y divide-gray-200">
<thead class="bg-gray-50">
<tr>

View File

@@ -9,7 +9,7 @@
</div>
</div>
<div class="border-t border-gray-200">
<div class="overflow-x-auto">
<div class="overflow-x-auto xl:overflow-x-visible">
<table class="min-w-full divide-y divide-gray-200">
<thead class="bg-gray-50">
<tr>

View File

@@ -15,7 +15,7 @@
</div>
</div>
<div class="border-t border-gray-200">
<div class="overflow-x-auto">
<div class="overflow-auto xl:overflow-visible">
<table class="min-w-full divide-y divide-gray-200">
<thead class="bg-gray-50">
<tr>

View File

@@ -18,7 +18,7 @@
</div>
</div>
<div class="border-t border-gray-200">
<div class="overflow-x-auto">
<div class="overflow-auto xl:overflow-visible">
<table class="min-w-full divide-y divide-gray-200">
<thead class="bg-gray-50">
<tr>

View File

@@ -30,7 +30,7 @@
>
</div>
</div>
<div class="overflow-x-auto">
<div class="overflow-auto xl:overflow-visible">
<table class="min-w-full divide-y divide-gray-200">
<thead class="bg-gray-50">
<tr>

View File

@@ -10,13 +10,13 @@
</div>
<div class="border-t border-gray-200">
<form @submit.prevent="submitVacationDays">
<div class="overflow-x-auto">
<div class="overflow-auto xl:overflow-visible">
<table class="min-w-full border-b divide-y divide-gray-200">
<thead class="bg-gray-50">
<tr>
<th
scope="col"
class="py-3 px-4 text-xs font-semibold tracking-wider text-left text-gray-500 uppercase whitespace-nowrap bg-gray-50 sticky -left-1"
class="py-3 px-4 text-xs font-semibold tracking-wider text-left text-gray-500 uppercase whitespace-nowrap"
>
Imię i nazwisko
</th>
@@ -52,8 +52,8 @@
:key="item.id"
class="hover:bg-blumilk-25"
>
<td class="p-4 text-sm text-gray-500 whitespace-nowrap bg-white sticky -left-1 z-10">
<div class="flex justify-start items-center">
<td class="p-4 text-sm text-gray-500 whitespace-nowrap">
<div class="flex">
<span class="inline-flex justify-center items-center w-10 h-10 rounded-full">
<img
class="w-10 h-10 rounded-full"
@@ -61,16 +61,10 @@
>
</span>
<div class="ml-3">
<p class="flex items-start flex-col-reverse md:flex-row">
<span
v-for="split in item.user.name.split(' ', 2)"
:key="split"
class="first:text-xs md:first:text-sm font-medium text-gray-900 truncate first:mr-1"
>
{{ split }}
</span>
<p class="text-sm font-medium text-gray-900 break-all">
{{ item.user.name }}
</p>
<p class="hidden md:block text-sm text-gray-500 break-all">
<p class="text-sm text-gray-500 break-all">
{{ item.user.email }}
</p>
</div>

View File

@@ -88,7 +88,7 @@
</Listbox>
</div>
</div>
<div class="overflow-x-auto">
<div class="overflow-auto xl:overflow-visible">
<table class="min-w-full divide-y divide-gray-200">
<thead class="bg-gray-50">
<tr>

View File

@@ -53,7 +53,7 @@
leave-to-class="opacity-0"
>
<ListboxOptions
class="overflow-x-auto absolute z-10 py-1 mt-1 w-full max-w-lg max-h-60 text-base bg-white rounded-md focus:outline-none ring-1 ring-black ring-opacity-5 shadow-lg sm:text-sm"
class="overflow-auto absolute z-10 py-1 mt-1 w-full max-w-lg max-h-60 text-base bg-white rounded-md focus:outline-none ring-1 ring-black ring-opacity-5 shadow-lg sm:text-sm"
>
<ListboxOption
v-slot="{ active }"
@@ -237,7 +237,7 @@
</Listbox>
</div>
</div>
<div class="overflow-x-auto">
<div class="overflow-auto xl:overflow-visible">
<table class="min-w-full divide-y divide-gray-200">
<thead class="bg-gray-50">
<tr>