UI changes to variant row.
This commit is contained in:
@@ -54,8 +54,11 @@
|
||||
<template>
|
||||
<v-card>
|
||||
<v-card-title>
|
||||
<v-row>
|
||||
{{ name }}
|
||||
<v-row style="padding-top: 10px">
|
||||
<v-text-field
|
||||
v-model.trim="name"
|
||||
:readonly="!edit"
|
||||
/>
|
||||
|
||||
<v-spacer />
|
||||
|
||||
@@ -157,6 +160,8 @@
|
||||
rows="6"
|
||||
no-resize
|
||||
:readonly="!edit"
|
||||
:placeholder="(store.article != null)? ((store.article.ingredients != null)? store.article.ingredients : undefined) : undefined"
|
||||
persistent-placeholder
|
||||
>
|
||||
<template v-slot:counter="{ counter }">
|
||||
<span>{{ counter }} von {{ store.ingredientsMaxChars }} Zeichen.</span>
|
||||
@@ -174,6 +179,8 @@
|
||||
rows="6"
|
||||
no-resize
|
||||
:readonly="!edit"
|
||||
:placeholder="(store.article != null)? ((store.article.ingredients != null)? store.article.ingredients : undefined) : undefined"
|
||||
persistent-placeholder
|
||||
>
|
||||
<template v-slot:counter="{ counter }">
|
||||
<span>{{ counter }} von {{ store.ingredientsMaxChars }} Zeichen.</span>
|
||||
|
||||
Reference in New Issue
Block a user