From 90ca1b49b589e83c4d86cf7c979543fb62e8103a Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Mon, 31 Mar 2025 17:43:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=88=E7=BA=A6=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/tvStyle.js | 6 ++++-- src/views/contract/history-commission.vue | 12 +++++++++--- src/views/home/index.vue | 12 ++++++------ 3 files changed, 19 insertions(+), 11 deletions(-) diff --git a/src/assets/js/tvStyle.js b/src/assets/js/tvStyle.js index c8c8d7d..28915f0 100644 --- a/src/assets/js/tvStyle.js +++ b/src/assets/js/tvStyle.js @@ -8,8 +8,10 @@ let light={ let dark = { "paneProperties.background": "#222e3d", - "paneProperties.vertGridProperties.color": "#646566", - "paneProperties.horzGridProperties.color": "#646566", + // "paneProperties.vertGridProperties.color": "#646566", + // "paneProperties.horzGridProperties.color": "#646566", + "paneProperties.vertGridProperties.color": "#222e3d", + "paneProperties.horzGridProperties.color": "#222e3d", "scalesProperties.backgroundColor": "#222e3d", "scalesProperties.textColor" : "#7b9ca7" } diff --git a/src/views/contract/history-commission.vue b/src/views/contract/history-commission.vue index 035ded5..f483f99 100644 --- a/src/views/contract/history-commission.vue +++ b/src/views/contract/history-commission.vue @@ -7,11 +7,12 @@ {{$t('contract.b0')}} {{$t('contract.b1')}} {{$t('contract.b2')}} - {{$t('contract.b3')}}/{{$t('contract.b4')}} + {{$t('contract.b5')}}/{{$t('contract.b6')}} {{$t('contract.b7')}} {{$t('contract.b8')}} {{$t('contract.j0')}} + {{$t('contract.j0')}} {{$t('contract.b9')}} @@ -23,8 +24,12 @@ {{ item.lever_rate }}X {{ item.updated_ats | parseTime}} - {{ cals(item.side, item.order_type) }} - {{ item.traded_amount }}/{{ item.amount }} + +
+ {{ cals(item.side, item.order_type) }} +
+ + {{item.avg_price||'--'}}/{{ item.entrust_price || "--" }} {{ item.margin * 1 }} {{ item.fee * 1 }} @@ -34,6 +39,7 @@ + {{ item.profitRate }} {{ status(item.status) }}