Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

278
Vistas
VueJS Vuetify contents default centered

Vue cli version @ 5.0.6 | Vuetify version: vuetify@2.6.7

I've used vuejs+vuetify for a little bit now and my mind is just bugging out, I'm sure all vuejs/vuetify contents aren't set to centered by default. I have created a new project and I haven't touched any formatting or theming configurations.

Here is my code for a simple login page:

<template>
  <div>
    <v-icon
      x-large
      style="font-size: 125px"
    > mdi-account </v-icon>

    <!-- login form card -->
    <v-card max-width="525px">
      <v-container>
        <v-form ref="login">
          <v-card-title>
            <h1> Login </h1>
          </v-card-title>
          <v-text-field
            label="Email"
            outlined
          />
          <v-text-field
            label="Passwrd"
            outlined
          />
          <v-spacer></v-spacer>
          <v-btn> Login </v-btn>
        </v-form>
      </v-container>
    </v-card>
  </div>
</template>

<script>
export default {
  // 
}
</script>

<style>
</style>

The icon is centered already in the page without setting any styling, and whenever I change the size of my card it resizes but shifts to the left side of the page.

Page

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

You should write

<v-row justify="center"></v-row>

instead of div

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda