🐛 (transaction) fix negative margin
This commit is contained in:
@@ -25,7 +25,20 @@
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class="columns is-centered">
|
||||
<div class="buttons is-centered" v-if="account && !account.archive">
|
||||
<router-link
|
||||
v-if="canModify"
|
||||
tag="button"
|
||||
class="button"
|
||||
:to="{ name: 'transaction-update', params: { id } }"
|
||||
>
|
||||
modifier
|
||||
</router-link>
|
||||
<confirm-button class="is-danger" @confirm="removeTransaction">
|
||||
supprimer
|
||||
</confirm-button>
|
||||
</div>
|
||||
<div class="columns no-margin is-centered">
|
||||
<div class="column is-half">
|
||||
<h3 class="subtitle is-3">{{ transaction.date | fulldate }}</h3>
|
||||
<div class="resume">
|
||||
@@ -116,19 +129,6 @@
|
||||
Le taux d'échange n'a pas pu être récupéré.
|
||||
</div>
|
||||
</div>
|
||||
<div class="buttons is-centered" v-if="account && !account.archive">
|
||||
<router-link
|
||||
v-if="canModify"
|
||||
tag="button"
|
||||
class="button"
|
||||
:to="{ name: 'transaction-update', params: { id } }"
|
||||
>
|
||||
modifier
|
||||
</router-link>
|
||||
<confirm-button class="is-danger" @confirm="removeTransaction">
|
||||
supprimer
|
||||
</confirm-button>
|
||||
</div>
|
||||
<earth-map
|
||||
v-if="transaction.location"
|
||||
:lat="transaction.location.lat"
|
||||
|
||||
Reference in New Issue
Block a user