Change WorkerEventLabels separations
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
William Buezas 2024-04-09 11:06:07 -03:00
parent 3e5a5dfe1c
commit dfcf6e35d5
2 changed files with 3 additions and 4 deletions

View File

@ -199,7 +199,7 @@ const yearList = ref(generateYears());
</QItemSection> </QItemSection>
</QItem> </QItem>
</QList> </QList>
<QList dense class="list q-gutter-y-sm q-my-lg"> <QList dense class="list q-gutter-y-xs q-my-md">
<QItem v-for="type in absenceTypeList" :key="type.id"> <QItem v-for="type in absenceTypeList" :key="type.id">
<WorkerEventLabel <WorkerEventLabel
:color="type.rgb" :color="type.rgb"
@ -211,7 +211,7 @@ const yearList = ref(generateYears());
</QItem> </QItem>
</QList> </QList>
<QSeparator /> <QSeparator />
<QList dense class="list q-my-lg no-pointer-events"> <QList dense class="list q-my-md no-pointer-events">
<QItem> <QItem>
<WorkerEventLabel avatar-class="worker-calendar-festive"> <WorkerEventLabel avatar-class="worker-calendar-festive">
{{ t('Festive') }} {{ t('Festive') }}
@ -239,7 +239,6 @@ en:
usedDays: Used {holidaysEnjoyed} of {totalHolidays} days usedDays: Used {holidaysEnjoyed} of {totalHolidays} days
paidHolidays: Paid holidays {payedHolidays} days paidHolidays: Paid holidays {payedHolidays} days
es: es:
Paid holidays: Vacaciones pagadas Paid holidays: Vacaciones pagadas
Year: Año Year: Año

View File

@ -18,7 +18,7 @@ defineEmits(['update:selected']);
<template> <template>
<QChip <QChip
class="text-white" class="text-white q-ma-none"
:selected="selected" :selected="selected"
:style="{ backgroundColor: selected ? color : 'black' }" :style="{ backgroundColor: selected ? color : 'black' }"
@update:selected="$emit('update:selected', $event)" @update:selected="$emit('update:selected', $event)"