Browse Source

修改间距

master
liaoxinyu 2 years ago
parent
commit
2e591f0132
  1. 4
      src/views/contract/index.vue
  2. 2
      src/views/exchange/index.vue

4
src/views/contract/index.vue

@ -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;" v-if="currentIcon.includes('https://djs.jedcoin.com/storage/')"> <img :src="currentIcon" alt="" style="width: 26px;height: 26px;">
</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>
@ -97,7 +97,7 @@
<div v-for="items in Liste" :key="items.symbol"> <div v-for="items in Liste" :key="items.symbol">
<img :src="items.icon" width="20" height="20" v-if="items.symbol==item.symbol" /> <img :src="items.icon" width="20" height="20" v-if="items.symbol==item.symbol" />
</div> </div>
<div>{{ item.symbol }}/{{ parent.coin_name }}</div> <div style="margin-left: 10px;">{{ item.symbol }}/{{ parent.coin_name }}</div>
</td> </td>
<td class="w-7/24 text-right" > <td class="w-7/24 text-right" >
<!-- :class="item.increase < 0 ? 'decreace' : 'increase'" --> <!-- :class="item.increase < 0 ? 'decreace' : 'increase'" -->

2
src/views/exchange/index.vue

@ -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;" v-if="currentIcon.includes('https://djs.jedcoin.com/storage/')"> <img :src="currentIcon" alt="" style="width: 26px;height: 26px;">
</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>

Loading…
Cancel
Save