fix: center back button
This commit is contained in:
parent
3356bab5ca
commit
4e984eae56
1 changed files with 24 additions and 15 deletions
|
|
@ -170,6 +170,8 @@
|
||||||
name="check"
|
name="check"
|
||||||
style="color: green; font-size: 21.4em"
|
style="color: green; font-size: 21.4em"
|
||||||
></q-icon>
|
></q-icon>
|
||||||
|
<div class="row text-center q-mt-lg">
|
||||||
|
<div class="col text-center">
|
||||||
<q-btn
|
<q-btn
|
||||||
outline
|
outline
|
||||||
v-if="charge.webhook"
|
v-if="charge.webhook"
|
||||||
|
|
@ -178,6 +180,8 @@
|
||||||
:label="charge.completelinktext"
|
:label="charge.completelinktext"
|
||||||
></q-btn>
|
></q-btn>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<div class="row text-center q-mb-sm">
|
<div class="row text-center q-mb-sm">
|
||||||
<div class="col text-center">
|
<div class="col text-center">
|
||||||
|
|
@ -241,6 +245,8 @@
|
||||||
name="check"
|
name="check"
|
||||||
style="color: green; font-size: 21.4em"
|
style="color: green; font-size: 21.4em"
|
||||||
></q-icon>
|
></q-icon>
|
||||||
|
<div class="row text-center q-mt-lg">
|
||||||
|
<div class="col text-center">
|
||||||
<q-btn
|
<q-btn
|
||||||
outline
|
outline
|
||||||
v-if="charge.webhook"
|
v-if="charge.webhook"
|
||||||
|
|
@ -249,6 +255,8 @@
|
||||||
:label="charge.completelinktext"
|
:label="charge.completelinktext"
|
||||||
></q-btn>
|
></q-btn>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<div class="row items-center q-mb-sm">
|
<div class="row items-center q-mb-sm">
|
||||||
<div class="col text-center">
|
<div class="col text-center">
|
||||||
|
|
@ -354,7 +362,8 @@
|
||||||
address: this.charge.onchainaddress
|
address: this.charge.onchainaddress
|
||||||
})
|
})
|
||||||
const newBalance = utxos.reduce((t, u) => t + u.value, 0)
|
const newBalance = utxos.reduce((t, u) => t + u.value, 0)
|
||||||
this.charge.hasOnchainStaleBalance = this.charge.balance === newBalance
|
this.charge.hasOnchainStaleBalance =
|
||||||
|
this.charge.balance === newBalance
|
||||||
|
|
||||||
this.pendingFunds = utxos
|
this.pendingFunds = utxos
|
||||||
.filter(u => !u.status.confirmed)
|
.filter(u => !u.status.confirmed)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue