Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

154
Views
El sistema de cuadrícula de Vuetify no justificará la posición horizontal de los elementos

Estoy tratando de construir un marcador y ahora tengo dos tarjetas para cada equipo. En cada una de esas tarjetas habrá dos filas: una para el logotipo de los equipos y otra para el marcador actual. Mi problema en este momento es que la alineación del logotipo y la partitura no funcionan. Ambos todavía están a la izquierda. A través de prueba y error, obtuve esto ahora, pero estoy atascado. ¿Alguien puede detectar mi error?

¡Cualquier ayuda es apreciada!

Modelo:

 <template> <v-container fluid> <v-row class="ma-5" dense align="center" justify="center"> <v-col cols="5"> <v-card elevation="10" outlined> <v-container> <v-row align="center" justify="center" no-gutters> <v-col> <v-img src="@/assets/home.png" width="65%" /> </v-col> </v-row> <v-row justify="center" align="center" no-gutters> <v-col> <span style="font-size: 16rem"> {{ this.homeScore }} </span> </v-col> </v-row> </v-container> </v-card> </v-col> <v-col cols="2"> <v-img src="@/assets/vs.png" /> </v-col> <v-col cols="5"> <v-card elevation="10" outlined class=""> <v-container> <v-row align="center" justify="center" no-gutters> <v-col> <v-img src="@/assets/away.png" width="65%" /> </v-col> </v-row> <v-row justify="center" align="center" no-gutters> <v-col> <span style="font-size: 16rem"> {{ this.awayScore }} </span> </v-col> </v-row> </v-container> </v-card> </v-col> </v-row> </v-container> </template>
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Puede agregar las siguientes clases a las etiquetas v-col :

 <v-col class="d-flex justify-center"> ... </v-col>
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!