This commit is contained in:
2020-06-05 16:04:24 +00:00
parent 4c3a2f8988
commit 4b55f4e178
4 changed files with 5 additions and 28 deletions

View File

@@ -13,7 +13,7 @@
<!-- Note: this is just a copy of the inner part of read/write version below
with the action taken out -->
<div class="mt-4" :style="cardTextStyle()">
<v-list color="grey lighten-5" three-line>
<v-list three-line>
<v-list-item
v-for="item in displayList"
:key="item.id"
@@ -55,7 +55,7 @@
:style="cardTextStyle()"
id="dropDiv"
>
<v-list color="grey lighten-5" three-line>
<v-list three-line>
<v-list-item
v-for="item in displayList"
:key="item.id"