mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
restore missing qty spinner
This commit is contained in:
parent
b20f67633b
commit
a9b1fb4c8c
1 changed files with 24 additions and 0 deletions
|
@ -16,6 +16,30 @@
|
||||||
dense
|
dense
|
||||||
class="d-flex flex-wrap my-1"
|
class="d-flex flex-wrap my-1"
|
||||||
>
|
>
|
||||||
|
<v-col
|
||||||
|
sm="12"
|
||||||
|
md="2"
|
||||||
|
cols="12"
|
||||||
|
class="flex-grow-0 flex-shrink-0"
|
||||||
|
>
|
||||||
|
<v-text-field
|
||||||
|
v-model="model.quantity"
|
||||||
|
variant="solo"
|
||||||
|
hide-details
|
||||||
|
density="compact"
|
||||||
|
type="number"
|
||||||
|
:placeholder="$t('recipe.quantity')"
|
||||||
|
@keypress="quantityFilter"
|
||||||
|
>
|
||||||
|
<template #prepend>
|
||||||
|
<v-icon
|
||||||
|
class="mr-n1 handle"
|
||||||
|
>
|
||||||
|
{{ $globals.icons.arrowUpDown }}
|
||||||
|
</v-icon>
|
||||||
|
</template>
|
||||||
|
</v-text-field>
|
||||||
|
</v-col>
|
||||||
<v-col
|
<v-col
|
||||||
sm="12"
|
sm="12"
|
||||||
md="3"
|
md="3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue