ok
This commit is contained in:
@@ -1050,7 +1050,8 @@
|
||||
>
|
||||
<q-chip
|
||||
dense
|
||||
:style="`background-color: ` + calendarStore.getColByContribType(reccontr)"
|
||||
:style="`background-color: ` + calendarStore.getColByContribType(reccontr) + `;`"
|
||||
:icon="calendarStore.getIconByContribType(reccontr) || undefined"
|
||||
text-color="white"
|
||||
>
|
||||
{{ calendarStore.getContribtypeById(reccontr) }}
|
||||
|
||||
@@ -325,7 +325,7 @@
|
||||
v-for="(reccontr, index) in myrec.idContribType"
|
||||
:key="index"
|
||||
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"
|
||||
>
|
||||
<q-icon
|
||||
|
||||
Reference in New Issue
Block a user