#120 - fix
This commit is contained in:
parent
199a562c07
commit
d6e29affdd
@ -136,7 +136,7 @@
|
|||||||
:value="role"
|
:value="role"
|
||||||
>
|
>
|
||||||
<li
|
<li
|
||||||
:class="[active ? 'text-white bg-blumilk-600' : 'text-gray-900', 'cursor-default select-none relative py-2 pl-3 pr-9']"
|
:class="[active ? 'bg-gray-100' : 'text-gray-900', 'cursor-default select-none relative py-2 pl-3 pr-9']"
|
||||||
>
|
>
|
||||||
<span :class="[selected ? 'font-semibold' : 'font-normal', 'block truncate']">
|
<span :class="[selected ? 'font-semibold' : 'font-normal', 'block truncate']">
|
||||||
{{ role.label }}
|
{{ role.label }}
|
||||||
@ -194,7 +194,7 @@
|
|||||||
:value="employmentForm"
|
:value="employmentForm"
|
||||||
>
|
>
|
||||||
<li
|
<li
|
||||||
:class="[active ? 'text-white bg-blumilk-600' : 'text-gray-900', 'cursor-default select-none relative py-2 pl-3 pr-9']"
|
:class="[active ? 'bg-gray-100' : 'text-gray-900', 'cursor-default select-none relative py-2 pl-3 pr-9']"
|
||||||
>
|
>
|
||||||
<span :class="[selected ? 'font-semibold' : 'font-normal', 'block truncate']">
|
<span :class="[selected ? 'font-semibold' : 'font-normal', 'block truncate']">
|
||||||
{{ employmentForm.label }}
|
{{ employmentForm.label }}
|
||||||
|
@ -70,7 +70,7 @@
|
|||||||
:value="status"
|
:value="status"
|
||||||
>
|
>
|
||||||
<li
|
<li
|
||||||
:class="[active ? 'text-white bg-blumilk-600' : 'text-gray-900', 'cursor-default truncate select-none relative py-2 pl-3 pr-9']"
|
:class="[active ? 'bg-gray-100' : 'text-gray-900', 'cursor-default truncate select-none relative py-2 pl-3 pr-9']"
|
||||||
>
|
>
|
||||||
{{ status.name }}
|
{{ status.name }}
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@
|
|||||||
:value="null"
|
:value="null"
|
||||||
>
|
>
|
||||||
<li
|
<li
|
||||||
:class="[active ? 'text-white bg-blumilk-600' : 'text-gray-900', 'cursor-default select-none relative py-2 pl-3 pr-9']"
|
:class="[active ? 'bg-gray-100' : 'text-gray-900', 'cursor-default select-none relative py-2 pl-3 pr-9']"
|
||||||
>
|
>
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
Wszyscy
|
Wszyscy
|
||||||
@ -83,7 +83,7 @@
|
|||||||
:value="user"
|
:value="user"
|
||||||
>
|
>
|
||||||
<li
|
<li
|
||||||
:class="[active ? 'text-white bg-blumilk-600' : 'text-gray-900', 'cursor-default select-none relative py-2 pl-3 pr-9']"
|
:class="[active ? 'bg-gray-100' : 'text-gray-900', 'cursor-default select-none relative py-2 pl-3 pr-9']"
|
||||||
>
|
>
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<img
|
<img
|
||||||
@ -143,7 +143,7 @@
|
|||||||
:value="status"
|
:value="status"
|
||||||
>
|
>
|
||||||
<li
|
<li
|
||||||
:class="[active ? 'text-white bg-blumilk-600' : 'text-gray-900', 'cursor-default truncate select-none relative py-2 pl-3 pr-9']"
|
:class="[active ? 'bg-gray-100' : 'text-gray-900', 'cursor-default truncate select-none relative py-2 pl-3 pr-9']"
|
||||||
>
|
>
|
||||||
{{ status.name }}
|
{{ status.name }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user