Add qualité in personsuggestion

This commit is contained in:
Julie Lenaerts 2022-02-22 15:06:31 +01:00
parent 262bb13b6c
commit ab5bb3963b

View File

@ -1,6 +1,7 @@
<template>
<div class="container tpartycontainer">
<div class="tparty-identification">
<span v-if="item.result.profession" class="profession">{{ item.result.profession.name.fr }}</span>
<span class="name">
{{ item.result.text }}&nbsp;
</span>
@ -76,7 +77,7 @@ export default {
}
return null;
}
},
}
}
</script>
@ -96,6 +97,11 @@ export default {
font-size: 90%;
font-style: italic;
}
.profession {
font-weight: 800;
color: black;
font-style: normal;
}
}
}
</style>