better buttons on contracts

This commit is contained in:
Paul Wilde 2023-03-17 16:12:47 +00:00
parent 6991d1adfd
commit 92fc782ca5

View file

@ -58,8 +58,7 @@
= {{ formatNumber(item.tonnage_per_month * item.remaining_duration,2) }} remaining<br/>
</v-col>
<v-col>
<v-row>
<v-col cols="12">
<div class="d-flex justify-space-around align-center flex-column flex-sm-row fill-height">
<v-btn color="info">
More
<v-overlay activator="parent" class="align-center justify-center">
@ -106,16 +105,13 @@
</v-card>
</v-overlay>
</v-btn>
</v-col>
<v-col cols="12">
<v-btn color="warning"
v-if="site_info.features.editcontract"
@click="showEditContract(item)"
>
Edit
</v-btn>
</v-col>
</v-row>
</div>
</v-col>
</v-row>
</RecycleScroller>