|
|
@ -9,7 +9,7 @@ |
|
|
<!-- </div>--> |
|
|
<!-- </div>--> |
|
|
<div class="d-flex align-items-center" style="background-color: #121212;min-height:58px;"> |
|
|
<div class="d-flex align-items-center" style="background-color: #121212;min-height:58px;"> |
|
|
<div class="price px-3"> |
|
|
<div class="price px-3"> |
|
|
<img :src="currentIcon" alt="" style="width: 26px;height: 26px;"> |
|
|
<img :src="currentIcon" alt="" style="width: 26px;height: 26px;" v-if="currentIcon.includes('https://djs.jedcoin.com/storage/')"> |
|
|
</div> |
|
|
</div> |
|
|
<div class="price"> |
|
|
<div class="price"> |
|
|
<div class="item fn-16" style="font-weight: bold;">{{ activeContract.pair_name }}</div> |
|
|
<div class="item fn-16" style="font-weight: bold;">{{ activeContract.pair_name }}</div> |
|
|
|