How to specify different margin for different screen sizes using breakpoint in Vuetify

前端 未结 3 2034
小鲜肉
小鲜肉 2021-02-01 17:24

Question:

I have a loop displaying specified amount of cards.

The problem is with ma-5 attribute in . On xs

3条回答
  •  逝去的感伤
    2021-02-01 17:59

    $vuetify.breakpoint.smAndDown

    Notice $vuetify

    In your case:

    
    

    Check docs (Breakpoint object)

提交回复
热议问题