forked from verdnatura/salix-front
refs #6664 scss
This commit is contained in:
parent
f2006663b7
commit
b36cdbf721
|
@ -72,7 +72,7 @@ async function confirm() {
|
|||
<QSpace />
|
||||
<QBtn icon="close" :disable="isLoading" flat round dense v-close-popup />
|
||||
</QCardSection>
|
||||
<QCardSection class="row items-center">
|
||||
<QCardSection class="row justify-center items-center">
|
||||
<span id="spanHTML" v-html="message"></span>
|
||||
</QCardSection>
|
||||
<QCardActions align="right">
|
||||
|
|
|
@ -142,7 +142,7 @@ async function regularizeClaim() {
|
|||
componentProps: {
|
||||
title: t('confirmGreuges'),
|
||||
message: `
|
||||
<input class="q-field__native q-m-md" type="number" placeholder="1" id="multiplicatorValue" name="multiplicatorValue" min="0" max="50"/>
|
||||
<input class="q-field__native text-grey-2" type="number" placeholder="1" id="multiplicatorValue" name="multiplicatorValue" min="0" max="50"/>
|
||||
`,
|
||||
data: { inputId: 'multiplicatorValue' },
|
||||
promise: onUpdateGreugeAccept,
|
||||
|
|
Loading…
Reference in New Issue