| | |
| | | {{ item.direction == 'buy' ? $t('开多') : $t('开空') }} |
| | | </div> |
| | | <div class="ml-22 font-31 font-600 "> |
| | | <span class="" :class="[isStyle ? 'textColor1 ' : 'textColor']">{{ item.name }} {{ $t('永续') |
| | | }}</span> |
| | | <span class="" :class="[isStyle ? 'textColor1 ' : 'textColor']">{{ item.name }} </span> |
| | | <span class="text-grey font-28 font-400 ml-17 mr-17">{{ $t('全仓') }} {{ item.lever_rate |
| | | }}x</span> |
| | | </div> |
| | |
| | | <div class="mt-20 " :class="[isStyle ? 'textColor1 ' : 'textColor']">{{ item.mark_price }}</div> |
| | | </div> |
| | | <div class="flex-1 flex flex-col items-center justify-end"> |
| | | <button class="font-30 border-light-blue detail-btn colorMain w-145 h-60" @click="clickzyzs(item)">{{$t('设置') }}{{$t('止盈') }}{{$t('止损') }}</button> |
| | | <button class="font-30 border-light-blue detail-btn colorMain w-145 h-60" @click="clickzyzs(item)">{{$t('止盈') }}{{$t('止损') }}</button> |
| | | </div> |
| | | <div class="flex-1 flex flex-col items-end justify-end"> |
| | | <button class=" greyBg border-none pl-34 pr-34 pt-10 pb-10 rounded" @click="onSell(item.order_no)"> |