add colors
This commit is contained in:
parent
66af13f684
commit
850474c232
@ -43,7 +43,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</b-table>
|
</b-table>
|
||||||
</b-popover>
|
</b-popover>
|
||||||
<div class="mr-3">
|
<div class="mr-3 text-success font-weight-bolder">
|
||||||
{{ latestPrice }}
|
{{ latestPrice }}
|
||||||
</div>
|
</div>
|
||||||
<div class="mr-3">
|
<div class="mr-3">
|
||||||
|
@ -96,7 +96,7 @@
|
|||||||
Note
|
Note
|
||||||
</div>
|
</div>
|
||||||
<div class="alert-body">
|
<div class="alert-body">
|
||||||
If the execution price exceeds the 5% slippage protection, your order will be automatically cancelled
|
If the execution price exceeds the {{ slippage * 100 }}% slippage protection, your order will be automatically cancelled
|
||||||
</div>
|
</div>
|
||||||
</b-alert>
|
</b-alert>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user