Allow user pay only more than their debt

This commit is contained in:
Čarodej
2022-01-14 10:18:51 +01:00
parent 662ba988a0
commit 7e9e9ee25b
5 changed files with 197 additions and 89 deletions

View File

@@ -10,12 +10,12 @@
<slot></slot>
<!--Input Description-->
<small v-if="description" class="text-xs text-gray-500 pt-2 leading-4 block" v-html="description"></small>
<!--Input Description-->
<span v-if="error" class="text-red pt-2 text-xs">
<span v-if="error" class="text-red-800 pt-2 text-xs">
{{ error }}
</span>
<!--Input Description-->
<small v-if="description" class="text-xs text-gray-500 pt-2 leading-4 block" v-html="description"></small>
</div>
</template>