最佳答案
有没有办法在 Vuetify 垂直集中内容?
使用 text-xs-center
助手类,内容只能水平居中:
<v-container grid-list-md text-xs-center>
<v-layout row wrap>
<v-flex xs12>
Hello
</v-flex>
</v-layout>
在 空气污染指数中,我测试了一些其他的助手类,比如 align-content-center
,但是没有得到结果。