mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix row and col, remove fixed width
This commit is contained in:
parent
dbc1e22741
commit
2ac14c460a
@ -19,11 +19,11 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="d-flex">
|
||||
<div style="width: 47%" class="text-right pr-3 mr-2">
|
||||
<div class="row">
|
||||
<div class="col-6 text-right pr-3 mr-2">
|
||||
<div v-if="!decay.decayStartBlock">{{ $t('decay.last_transaction') }}</div>
|
||||
</div>
|
||||
<div style="width: 53%">
|
||||
<div class="col-5">
|
||||
<div v-if="decay.decayStartBlock > 0">
|
||||
<div class="display-4">{{ $t('decay.Starting_block_decay') }}</div>
|
||||
<div>
|
||||
@ -40,11 +40,11 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="d-flex">
|
||||
<div style="width: 47%" class="text-right pr-3 mr-2">
|
||||
<div class="row">
|
||||
<div class="col-6 text-right pr-3 mr-2">
|
||||
<div v-if="!decay.decayStartBlock">{{ $t('decay.past_time') }}</div>
|
||||
</div>
|
||||
<div style="width: 53%">
|
||||
<div class="col-5">
|
||||
<div v-if="decay.decayStartBlock > 0">{{ $t('decay.since_introduction') }}</div>
|
||||
<span v-if="duration">
|
||||
<span v-if="duration.years > 0">{{ duration.years }} {{ $t('decay.year') }},</span>
|
||||
@ -63,30 +63,30 @@
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="decay.balance > 0">
|
||||
<div class="d-flex">
|
||||
<div style="width: 47%" class="text-right pr-3 mr-2">
|
||||
<div class="row">
|
||||
<div class="col-6 text-right pr-3 mr-2">
|
||||
<div v-if="type === 'send'">{{ $t('decay.sent') }}</div>
|
||||
<div v-if="type === 'receive'">{{ $t('decay.received') }}</div>
|
||||
</div>
|
||||
<div style="width: 53%">
|
||||
<div class="col-5">
|
||||
<div v-if="type === 'send'">- {{ balance }}</div>
|
||||
<div v-if="type === 'receive'">+ {{ balance }}</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex">
|
||||
<div style="width: 47%" class="text-right pr-3 mr-2">
|
||||
<div class="row">
|
||||
<div class="col-6 text-right pr-3 mr-2">
|
||||
<div>{{ $t('decay.decay') }}</div>
|
||||
</div>
|
||||
<div style="width: 53%">
|
||||
<div class="col-5">
|
||||
<div>- {{ decay.balance }}</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr class="mt-2 mb-2" />
|
||||
<div class="d-flex">
|
||||
<div style="width: 47%" class="text-right pr-3 mr-2">
|
||||
<div class="row">
|
||||
<div class="col-6 text-right pr-3 mr-2">
|
||||
<div>{{ $t('decay.total') }}</div>
|
||||
</div>
|
||||
<div style="width: 53%">
|
||||
<div class="col-5">
|
||||
<div v-if="type === 'send'">
|
||||
<b>- {{ parseInt(balance) + decay.balance }}</b>
|
||||
</div>
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
"since_introduction": "seit Einführung der Vergänglichkeit",
|
||||
"Starting_block_decay": "Startblock Vergänglichkeit",
|
||||
"toCommunity": "An die Gemeinschaft",
|
||||
"total":"Gesamt",
|
||||
"total": "Gesamt",
|
||||
"year": "Jahre"
|
||||
},
|
||||
"error": {
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
"since_introduction": "Since the introduction of Decay",
|
||||
"Starting_block_decay": "Starting Block Decay",
|
||||
"toCommunity": "To the community",
|
||||
"total":"Total",
|
||||
"total": "Total",
|
||||
"year": "Years"
|
||||
},
|
||||
"error": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user