|
|
|
@ -9,7 +9,7 @@ |
|
|
|
<!-- </div>--> |
|
|
|
<div class="d-flex align-items-center" style="background-color: #121212;min-height:58px;"> |
|
|
|
<div class="price px-3"> |
|
|
|
<img :src="currentIcon" alt="" style="width: 26px;height: 26px;" v-if="currentIcon.includes('https://djs.jedcoin.com/storage/')"> |
|
|
|
<img :src="currentIcon" alt="" style="width: 26px;height: 26px;"> |
|
|
|
</div> |
|
|
|
<div class="price"> |
|
|
|
<div class="item fn-16" style="font-weight: bold;">{{ activeContract.pair_name }}</div> |
|
|
|
@ -97,7 +97,7 @@ |
|
|
|
<div v-for="items in Liste" :key="items.symbol"> |
|
|
|
<img :src="items.icon" width="20" height="20" v-if="items.symbol==item.symbol" /> |
|
|
|
</div> |
|
|
|
<div>{{ item.symbol }}/{{ parent.coin_name }}</div> |
|
|
|
<div style="margin-left: 10px;">{{ item.symbol }}/{{ parent.coin_name }}</div> |
|
|
|
</td> |
|
|
|
<td class="w-7/24 text-right" > |
|
|
|
<!-- :class="item.increase < 0 ? 'decreace' : 'increase'" --> |
|
|
|
|