add colors

This commit is contained in:
liangping 2021-11-22 18:03:13 +08:00
parent 66af13f684
commit 850474c232
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -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>