vuetify center items into v-flex

后端 未结 3 865
生来不讨喜
生来不讨喜 2020-12-09 08:08

I\'m trying to center a into a . Since is a flexbox div, I use justify-center

3条回答
  •  一整个雨季
    2020-12-09 08:41

    wrap button inside

    Signup

    Dev uses it in his examples.


    For centering buttons in v-card-actions we can add class="justify-center" (note in v2 class is text-center (so without xs):

    
      
        Signup
      
    
    

    Codepen


    For more examples with regards to centering see here

提交回复
热议问题