Browse Source

various fixes

Olivier Massot 1 năm trước cách đây
mục cha
commit
58c9974e33

+ 1 - 0
.nuxtignore

@@ -1,2 +1,3 @@
 .git/*
 coverage
+.idea

+ 1 - 1
components/Common/ContainerVideo.vue

@@ -71,7 +71,7 @@ defineProps({
 }
 
 .screen-img-3 {
-  background-image: url('/images/components/presentation/Ordinateur_avec_ecran_fiche_adherent_du_logiciel_Opentalent_Artist.png');
+  background-image: url('/images/components/presentation/Opentalent-disponible-su-Multi-support.png');
   background-size: cover;
   background-position: center;
   width: 650px;

+ 2 - 1
components/Contact/Form.vue

@@ -209,7 +209,8 @@
 
 <script setup lang="ts">
 import { useRouter } from 'vue-router'
-import { type ComputedRef, reactive, Ref } from 'vue'
+import type { ComputedRef, Ref } from 'vue'
+import type { reactive } from 'vue'
 import ContactRequest from '~/models/Maestro/ContactRequest'
 import { useEntityManager } from '~/composables/data/useEntityManager'
 

+ 0 - 1
components/Formation/Participation.vue

@@ -101,7 +101,6 @@ h3 {
 
 .participation-img {
   position: relative;
-  background-image: url('/images/formation/participation.jpg');
   width: 700px;
   height: 550px;
   background-position: center;

+ 2 - 1
components/JoinUs/Form.vue

@@ -86,7 +86,8 @@
 </template>
 
 <script setup lang="ts">
-import { type ComputedRef, reactive, Ref } from 'vue'
+import type { ComputedRef, Ref } from 'vue'
+import { reactive } from 'vue'
 import ContactRequest from '~/models/Maestro/ContactRequest'
 import { useEntityManager } from '~/composables/data/useEntityManager'
 import JobApplication from '~/models/Maestro/JobApplication'

+ 2 - 2
components/Layout/Footer/Footer.vue

@@ -187,9 +187,9 @@
                   :key="sublinkIndex"
                   class="mt-3"
                 >
-                  <nuxt-link :href="sublink.link">
+                  <CommonAgendaLink :href="sublink.link">
                     {{ sublink.label }}
-                  </nuxt-link>
+                  </CommonAgendaLink>
                 </div>
               </div>
             </v-container>

+ 1 - 0
components/Logiciels/Manager/Formation.vue

@@ -126,6 +126,7 @@ const formations: Array<Formation> = [
   .details {
     font-weight: 300;
     font-size: 1.2rem;
+    max-width: 650px;
     line-height: 1.5rem;
     color: var(--on-primary-color);
   }

+ 1 - 1
components/Logiciels/School/Formations.vue

@@ -155,7 +155,7 @@ const formations: Array<Formation> = [
     :deep(.v-btn__content) {
       white-space: pre-wrap;
       line-height: 1.2em;
-      padding: auto;
+      padding: initial;
       text-align: center;
     }
   }

+ 2 - 2
components/News/List.vue

@@ -59,12 +59,12 @@
 
                       <div class="button-container">
                         <v-card-actions class="justify-end">
-                          <v-btnzz
+                          <v-btn
                             :to="`/actualites/${newsItem.id}`"
                             class="inv-theme btn mr-2 mb-1"
                           >
                             En savoir plus
-                          </v-btnzz>
+                          </v-btn>
                         </v-card-actions>
                       </div>
                     </div>

+ 1 - 1
pages/opentalent_artist.vue

@@ -18,7 +18,7 @@
         image-src="/images/pages/opentalent_artist/banner/Groupe_de_musique_jouant_dans_la_rue.jpg"
         image-alt="Groupe de musique jouant dans la rue"
         square-text="Orchestres, chorales, compagnies et troupes artistiques"
-        logo-src="/images/logos/opentalent/Logo_Opentalent_School-gris.png"
+        logo-src="/images/logos/opentalent/Logo_Opentalent_Artist-gris.png"
         logo-alt="Logo Opentalent Artist - logiciel de gestion et de communication pour les orchestres, les chorales, les compagnies artistiques et troupes"
       />