varlet icon indicating copy to clipboard operation
varlet copied to clipboard

How to center in the body

Open francelwebdev opened this issue 1 year ago • 1 comments
trafficstars

Hello,

I use varlet and nuxtjs and i want to know how to center this card in the body beween the header and footer.

Screenshot from 2024-10-15 16-42-28

francelwebdev avatar Oct 15 '24 15:10 francelwebdev

Can you provide your reproduction code?

chouchouji avatar Oct 15 '24 23:10 chouchouji

@chouchouji

francelwebdev avatar Oct 24 '24 12:10 francelwebdev

@chouchouji

> <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.

chouchouji avatar Oct 25 '24 06:10 chouchouji