mirror of
https://github.com/lnbits/lnbits.git
synced 2025-03-17 13:21:48 +01:00
make
This commit is contained in:
parent
545a50baea
commit
062e170b4c
@ -413,7 +413,7 @@
|
||||
:readonly="receive.lnurl && receive.lnurl.fixed"
|
||||
></q-input>
|
||||
{% else %}
|
||||
<q-input
|
||||
<q-input
|
||||
class="q-mx-auto"
|
||||
ref="setAmount"
|
||||
:pattern="receive.unit === 'sat' ? '\\d*' : '\\d*\\.?\\d*'"
|
||||
@ -422,12 +422,12 @@
|
||||
:min="receive.minMax[0]"
|
||||
:max="receive.minMax[1]"
|
||||
:readonly="receive.lnurl && receive.lnurl.fixed"
|
||||
style="font-size: 3rem; height: 5rem; width:70%"
|
||||
style="font-size: 3rem; height: 5rem; width: 70%"
|
||||
type="number"
|
||||
>
|
||||
<template v-slot:before>
|
||||
<span v-text="receive.unit"></span>
|
||||
</template></q-input>
|
||||
<template v-slot:before>
|
||||
<span v-text="receive.unit"></span> </template
|
||||
></q-input>
|
||||
|
||||
<q-select
|
||||
filled
|
||||
|
Loading…
x
Reference in New Issue
Block a user