ok
This commit is contained in:
@@ -1050,7 +1050,8 @@
|
|||||||
>
|
>
|
||||||
<q-chip
|
<q-chip
|
||||||
dense
|
dense
|
||||||
:style="`background-color: ` + calendarStore.getColByContribType(reccontr)"
|
:style="`background-color: ` + calendarStore.getColByContribType(reccontr) + `;`"
|
||||||
|
:icon="calendarStore.getIconByContribType(reccontr) || undefined"
|
||||||
text-color="white"
|
text-color="white"
|
||||||
>
|
>
|
||||||
{{ calendarStore.getContribtypeById(reccontr) }}
|
{{ calendarStore.getContribtypeById(reccontr) }}
|
||||||
|
|||||||
@@ -325,7 +325,7 @@
|
|||||||
v-for="(reccontr, index) in myrec.idContribType"
|
v-for="(reccontr, index) in myrec.idContribType"
|
||||||
:key="index"
|
:key="index"
|
||||||
size="32px"
|
size="32px"
|
||||||
:style="`background-color: ${calendarStore.getColByContribType(reccontr) || 'grey'}; opacity: 0.9; cursor: pointer;`"
|
:style="`background-color: ${calendarStore.getColByContribType(reccontr) || 'grey'}; opacity: 0.85; cursor: pointer;`"
|
||||||
class="preference-icon-avatar"
|
class="preference-icon-avatar"
|
||||||
>
|
>
|
||||||
<q-icon
|
<q-icon
|
||||||
|
|||||||
Reference in New Issue
Block a user