| | |
| | | <div class="flex-1 text-left"> |
| | | <div class="text-grey">{{ $t("持仓数量") }}</div> |
| | | <div class="mt-20" :class="[isStyle ? 'textColor1 ' : 'textColor']"> |
| | | {{ item.volume / (item.lever_rate ? item.lever_rate : 1) }}*{{ |
| | | item.lever_rate ? item.lever_rate : 1 |
| | | }}x |
| | | {{ item.amount }} |
| | | </div> |
| | | </div> |
| | | <div class="flex-1 text-left"> |
| | |
| | | {{ item.deposit }} |
| | | </div> |
| | | </div> |
| | | <div class="flex-2 flex flex-col text-center justify-end"> |
| | | <!-- <div class="flex-2 flex flex-col text-center justify-end"> |
| | | <div |
| | | class="font-25 border-light-blue detail-btn colorMain" |
| | | @click.stop="clickzyzs(item)" |
| | |
| | | > |
| | | {{ $t("止盈") }}{{ $t("止损") }} |
| | | </div> |
| | | </div> |
| | | </div> --> |
| | | </div> |
| | | <div class="flex pb-32"> |
| | | <div class="flex-1 flex flex-col text-left"> |