From f63fac8390c97c9ab5e69a148f7c81eb42593fc0 Mon Sep 17 00:00:00 2001 From: hrx <18603305412@163.com> Date: Mon, 8 Jun 2026 17:12:06 +0800 Subject: [PATCH] =?UTF-8?q?token=E7=94=A8=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f/web-kboss/src/views/tokenUsage/index.vue | 46 ++++++++++++++-------- 1 file changed, 30 insertions(+), 16 deletions(-) diff --git a/f/web-kboss/src/views/tokenUsage/index.vue b/f/web-kboss/src/views/tokenUsage/index.vue index 8c863c7..cf8efa7 100644 --- a/f/web-kboss/src/views/tokenUsage/index.vue +++ b/f/web-kboss/src/views/tokenUsage/index.vue @@ -7,7 +7,7 @@ -

Token用量

+

Token用量

查看模型调用 Token 消耗、调用次数和费用趋势。

@@ -17,7 +17,7 @@ --> - +
@@ -71,7 +71,7 @@ > item.total_tokens), itemStyle: { color: new echarts.graphic.LinearGradient(0, 0, 1, 0, [ @@ -392,6 +405,7 @@ export default { show: true, position: 'right', color: '#344054', + fontSize: 11, formatter: params => this.formatNumber(params.value) } } @@ -657,11 +671,11 @@ export default { .chart-box { width: 100%; - height: 240px; + height: 260px; } .model-rank-chart { - height: 300px; + height: 320px; } .ratio-list,