.custom7cols { width: 14%; max-width: 14%; flex-basis: 14%; } <v-row> <v-col v-for="(n, index) in 15" :key="index" class="custom7cols" > <v-card> ...
確定! 回上一頁