1 col card width
This commit is contained in:
@@ -108,18 +108,18 @@
|
|||||||
<div cols="12">
|
<div cols="12">
|
||||||
{{ selected_shikigami_decks[index][index] }}
|
{{ selected_shikigami_decks[index][index] }}
|
||||||
</div>
|
</div>
|
||||||
<div cols="12">
|
<v-row cols="12">
|
||||||
<v-card
|
<v-col
|
||||||
v-for="i in selected_shikigami_decks[index][index]"
|
v-for="i in selected_shikigami_decks[index][index]"
|
||||||
:key="i.id"
|
:key="i.id"
|
||||||
max-width="12.5%"
|
cols="1"
|
||||||
>
|
>
|
||||||
{{ i.name }}
|
{{ i.name }}
|
||||||
<v-img
|
<v-img
|
||||||
:src="require(`@/assets/deck_of_cards/${i.url}`)"
|
:src="require(`@/assets/deck_of_cards/${i.url}`)"
|
||||||
></v-img>
|
></v-img>
|
||||||
</v-card>
|
</v-col>
|
||||||
</div>
|
</v-row>
|
||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
</v-card>
|
</v-card>
|
||||||
|
|||||||
Reference in New Issue
Block a user