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