categorie
This commit is contained in:
@@ -242,7 +242,7 @@
|
||||
v-for="(prefId, ind) of myrec.preferences"
|
||||
:key="ind"
|
||||
size="32px"
|
||||
:style="`background-color: ${tools.getPreferenceById(prefId)?.color || 'grey'}; cursor: pointer;`"
|
||||
:style="`background-color: ${tools.getPreferenceById(prefId)?.color || 'grey'}; opacity: 0.85; cursor: pointer;`"
|
||||
class="preference-icon-avatar"
|
||||
@click.stop="showPreferencesDialog = true"
|
||||
>
|
||||
@@ -341,7 +341,9 @@
|
||||
v-for="(rec, ind) of myrec.mycities"
|
||||
:key="ind"
|
||||
>
|
||||
<span v-if="ind > 0">, </span>{{ rec.comune }} ({{ rec.prov }})
|
||||
<span v-if="ind > 0">, </span>
|
||||
<span v-if="table === shared_consts.TABLES_MYHOSPS" class="cities-text-bold">{{ rec.comune }} ({{ rec.prov }})</span>
|
||||
<span v-else>{{ rec.comune }} ({{ rec.prov }})</span>
|
||||
</span>
|
||||
</div>
|
||||
</q-item-label>
|
||||
@@ -431,7 +433,7 @@
|
||||
v-for="(rec, ind) of myrec.preferences"
|
||||
:key="ind"
|
||||
class="category-chip shadow-3"
|
||||
:style="`background-color: ${tools.getPreferenceById(rec).color}; color: white;`"
|
||||
:style="`background-color: ${tools.getPreferenceById(rec).color}; opacity: 0.85; color: white;`"
|
||||
>
|
||||
<q-icon
|
||||
:name="tools.getPreferenceById(rec).icon"
|
||||
|
||||
Reference in New Issue
Block a user