mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 15:49:42 +02:00
fix: nutrition info visuals (#5659)
This commit is contained in:
parent
aad7dc1abd
commit
04eca1b992
1 changed files with 8 additions and 9 deletions
|
@ -17,6 +17,7 @@
|
||||||
:suffix="labels[key].suffix"
|
:suffix="labels[key].suffix"
|
||||||
type="number"
|
type="number"
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
|
variant="underlined"
|
||||||
@update:model-value="updateValue(key, $event)"
|
@update:model-value="updateValue(key, $event)"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
@ -31,15 +32,13 @@
|
||||||
:key="index"
|
:key="index"
|
||||||
style="min-height: 25px"
|
style="min-height: 25px"
|
||||||
>
|
>
|
||||||
<div>
|
<v-list-item-title class="pl-2 d-flex">
|
||||||
<v-list-item-title class="pl-4 caption flex row">
|
|
||||||
<div>{{ item.label }}</div>
|
<div>{{ item.label }}</div>
|
||||||
<div class="ml-auto mr-1">
|
<div class="ml-auto mr-1">
|
||||||
{{ item.value }}
|
{{ item.value }}
|
||||||
</div>
|
</div>
|
||||||
<div>{{ item.suffix }}</div>
|
<div>{{ item.suffix }}</div>
|
||||||
</v-list-item-title>
|
</v-list-item-title>
|
||||||
</div>
|
|
||||||
</v-list-item>
|
</v-list-item>
|
||||||
</v-list>
|
</v-list>
|
||||||
</v-card>
|
</v-card>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue