| | |
| | | <div class="pl-30 pr-30"> |
| | | <div class="flex justify-between pt-45"> |
| | | <div class="flex"> |
| | | <!-- <img |
| | | <img |
| | | v-if="isReturn" |
| | | :src="require(`@/assets/theme/${theme}/image/icon_back.png`)" |
| | | class="w-40 h-40 back mr-50" |
| | |
| | | : $router.push(`/perpetualContract/${symbol}`) |
| | | " |
| | | /> |
| | | <img |
| | | <!-- <img |
| | | :src="require(`@/assets/theme/${theme}/image/convert.png`)" |
| | | alt="convert-img" |
| | | class="w-35 h-35" |
| | |
| | | @click="onRoute(item)" |
| | | > |
| | | <div> |
| | | <div class="font-700 textColor">{{ item.name || "--" }}</div> |
| | | <!-- {{ JSON.stringify(item) }} --> |
| | | <div class="font-700 textColor"> |
| | | {{ |
| | | item.name |
| | | ? item.symbol.toUpperCase() + "/" + item.name.split("/")[1] |
| | | : "--" |
| | | }} |
| | | </div> |
| | | <div v-if="!kineType" class="text-grey mt-10">{{ title }}</div> |
| | | </div> |
| | | <div class="text-right"> |