better buttons on contracts
This commit is contained in:
parent
6991d1adfd
commit
92fc782ca5
1 changed files with 47 additions and 51 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue