luyisha 3 years ago
parent
commit
ebde766b44
  1. BIN
      dist.zip
  2. 4
      src/assets/scss/base/_common.scss
  3. 2
      src/views/exchange/symbols.vue

BIN
dist.zip

Binary file not shown.

4
src/assets/scss/base/_common.scss

@ -396,11 +396,11 @@ $basew: 24;
.nav-tabs, .nav-tabs,
.modal-header { .modal-header {
border-bottom-color: #4e4e5d; // border-bottom-color: #4e4e5d;//改合约-一键平仓模态框注释的样式
} }
.modal-footer { .modal-footer {
border-top-color: #4e4e5d; // border-top-color: #4e4e5d;//改合约-一键平仓模态框注释的样式
} }
.el-pagination button:disabled, .el-pagination button:disabled,

2
src/views/exchange/symbols.vue

@ -51,7 +51,7 @@
<td class="w-33 text-right"> <td class="w-33 text-right">
{{ coin.coin_name == 'fav' ? item.close : item.price}} {{ coin.coin_name == 'fav' ? item.close : item.price}}
</td> </td>
<td class="w-33 text-right" v-if="item.increaseStr" :class="item.increaseStr.startsWith('-') ? 'red' : 'green'"> <td class="w-33 text-right" :class="(item.increaseStr&&item.increaseStr.startsWith('-')) ? 'red' : 'green'">
{{ item.increaseStr }} {{ item.increaseStr }}
</td> </td>
</tr> </tr>

Loading…
Cancel
Save