Skip to content

Commit

Permalink
Fix : affichage des indices nocturnes
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed May 2, 2024
1 parent efe92a8 commit e06dd5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/modules/in/in-table.vue
Expand Up @@ -108,7 +108,7 @@
<div v-if="dataUg && graphOnly == undefined">
<h4>Indices nocturnes {{ settings.nom_espece }} {{ settings.ug }}</h4>

<v-tabs centered dark grow>
<v-tabs center-active dark>
<v-tab
v-for="annee of Object.keys(dataUg.annees)"
:key="annee"
Expand Down Expand Up @@ -417,7 +417,7 @@ export default {
<style lang="css">
.in-table {
width: 100%;
margin: 0 100px;
padding: 0 50px;
}
.fade-enter-active,
.fade-leave-active {
Expand Down

0 comments on commit e06dd5e

Please sign in to comment.