fix
This commit is contained in:
parent
0c57f09dcd
commit
a6bf73e68c
@ -166,7 +166,7 @@
|
|||||||
leave-to-class="transform opacity-0 scale-95"
|
leave-to-class="transform opacity-0 scale-95"
|
||||||
>
|
>
|
||||||
<MenuItems
|
<MenuItems
|
||||||
class="origin-top-right absolute right-0 mt-2 w-32 rounded-md shadow-lg bg-white ring-1 ring-black ring-opacity-5 focus:outline-none"
|
class="origin-top-right absolute right-0 mt-2 w-24 rounded-md shadow-lg bg-white ring-1 ring-black ring-opacity-5 focus:outline-none"
|
||||||
>
|
>
|
||||||
<div class="py-1">
|
<div class="py-1">
|
||||||
<MenuItem
|
<MenuItem
|
||||||
@ -183,7 +183,7 @@
|
|||||||
>
|
>
|
||||||
{{ item.year }}
|
{{ item.year }}
|
||||||
<CheckIcon
|
<CheckIcon
|
||||||
v-if="item.year === years.selected"
|
v-if="item.year === years.selected.year"
|
||||||
class="h-5 w-5 text-blumilk-500 ml-2"
|
class="h-5 w-5 text-blumilk-500 ml-2"
|
||||||
/>
|
/>
|
||||||
</InertiaLink>
|
</InertiaLink>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user