@ -396,11 +396,11 @@ $basew: 24;
.nav-tabs,
.modal-header {
border-bottom-color: #4e4e5d;
// border-bottom-color: #4e4e5d;//改合约-一键平仓模态框注释的样式
}
.modal-footer {
border-top-color: #4e4e5d;
// border-top-color: #4e4e5d;//改合约-一键平仓模态框注释的样式
.el-pagination button:disabled,
@ -51,7 +51,7 @@
<td class="w-33 text-right">
{{ coin.coin_name == 'fav' ? item.close : item.price}}
</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 }}
</tr>