This commit is contained in:
Adrian Hopek 2022-03-16 10:50:36 +01:00
parent 1843451f3f
commit 836408817f

View File

@ -17,7 +17,7 @@
</div> </div>
</div> </div>
<div class="overflow-x-auto"> <div class="overflow-x-auto">
<table class="w-full text-center table-fixed text-sm border border-gray-300"> <table class="w-full text-center text-sm border border-gray-300">
<thead> <thead>
<tr> <tr>
<th class="w-64 py-2 border border-gray-300"> <th class="w-64 py-2 border border-gray-300">
@ -70,6 +70,7 @@
<th <th
v-for="day in calendar" v-for="day in calendar"
:key="day.dayOfMonth" :key="day.dayOfMonth"
style="min-width: 46px;"
class="border border-gray-300 text-lg font-semibold text-gray-900 py-4 px-2" class="border border-gray-300 text-lg font-semibold text-gray-900 py-4 px-2"
:class="{ 'text-blumilk-600 bg-blumilk-25 font-black': day.isToday }" :class="{ 'text-blumilk-600 bg-blumilk-25 font-black': day.isToday }"
> >
@ -96,7 +97,7 @@
> >
</span> </span>
<div class="ml-3"> <div class="ml-3">
<div class="text-sm font-medium text-gray-900"> <div class="text-sm font-medium text-gray-900 whitespace-nowrap">
{{ user.name }} {{ user.name }}
</div> </div>
</div> </div>