mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-21 05:53:36 -07:00
fix background of recipe list
This commit is contained in:
parent
f863401696
commit
1f779e6146
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<v-list :class="tile ? 'd-flex flex-wrap background' : 'background'">
|
<v-list :class="tile ? 'd-flex flex-wrap background' : 'background'" style="background-color: transparent;">
|
||||||
<v-sheet
|
<v-sheet
|
||||||
v-for="recipe, index in recipes"
|
v-for="recipe, index in recipes"
|
||||||
:key="recipe.id"
|
:key="recipe.id"
|
||||||
|
@ -41,10 +41,10 @@
|
||||||
</v-list-item-subtitle>
|
</v-list-item-subtitle>
|
||||||
</div>
|
</div>
|
||||||
<template #append>
|
<template #append>
|
||||||
<slot
|
<slot
|
||||||
:name="'actions-' + recipe.id"
|
:name="'actions-' + recipe.id"
|
||||||
:v-bind="{ item: recipe }"
|
:v-bind="{ item: recipe }"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
</v-list-item>
|
</v-list-item>
|
||||||
</v-sheet>
|
</v-sheet>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue