【发布时间】:2019-08-03 03:03:24
【问题描述】:
在 vuetify 中,我想水平/垂直居中旋转轮。到目前为止我有这个 https://codepen.io/anon/pen/rXGyVE?&editable=true&editors=101 但它不垂直居中。我该如何解决?
<div id="app">
<v-app id="inspire">
<v-card height="200">
<v-layout column align-center justify-center>
<v-flex>
<v-progress-circular indeterminate :size="50" color="primary" class=""></v-progress-circular>
<v-flex>
</v-layout>
</v-card>
</v-app>
</div>
js
new Vue({
el: '#app',
vuetify: new Vuetify(),
})
【问题讨论】:
标签: html css vuetify.js