refs #6664 popup #153

Merged
carlossa merged 11 commits from 6664-portesClaim into dev 2024-01-29 11:36:45 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit b36cdbf721 - Show all commits

View File

@ -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">

View File

@ -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' },
carlossa marked this conversation as resolved
Review

Ho vec poc legible, i ficar * + no es un poc raro?

Ho vec poc legible, i ficar `* +` no es un poc raro?
promise: onUpdateGreugeAccept,