-
-
Notifications
You must be signed in to change notification settings - Fork 627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to center in the body #1800
Comments
Can you provide your reproduction code? |
>
<var-form
ref="form"
scroll-to-error="start"
>
<var-space direction="column" :size="[14, 0]">
<var-space direction="column" :size="[14, 0]">
<var-button block type="primary" @click="">
Utiliser Google
</var-button>
</var-space>
<var-input
variant="outlined"
placeholder="Email"
:rules="v => !!v || 'The username cannot be empty'"
v-model="loginFormData.email"
/>
<var-space direction="column" :size="[14, 0]">
<var-button block type="primary" @click="">
Se connecter
</var-button>
</var-space>
</var-space>
</var-form>
</var-card>
</var-col>
</var-row>
|
I can't reproduce by the code only. |
Hello,
I use varlet and nuxtjs and i want to know how to center this card in the body beween the header and footer.
The text was updated successfully, but these errors were encountered: