Skip to content

Commit

Permalink
FEAT ITEM-380-front-epingler-menu-lateral :
Browse files Browse the repository at this point in the history
     - ajout du type de fichier sélectionné
  • Loading branch information
EryneKL committed Nov 20, 2024
1 parent d8a295d commit 0a10615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Supp/TypeFile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<span style="font-size: 1.3em; font-weight: 500; color: #326bb1">{{ type.message }}</span>
</v-row>
<v-row>
<v-col v-bind="props" :class="`btn-perso d-flex justify-center elevation-${isHovering ? 6 : 2} pa-5 ma-1 d-flex`" @click="onClick(type)">
<v-col v-bind="props" :class="`btn-perso d-flex justify-center elevation-${isHovering ? 6 : 2} pa-5 ma-1 d-flex`" @click="onClick(type.type)">
<v-row class="align-center">
<v-col cols="12" sm="3" class="d-flex justify-center">
<v-icon size="x-large" dark color="primary"> mdi-file-document-outline </v-icon>
Expand Down

0 comments on commit 0a10615

Please sign in to comment.