fix(style): chart style

This commit is contained in:
jialin
2026-05-18 20:14:28 +08:00
committed by jialin
parent abc3c2c25a
commit bcea46fa8f
10 changed files with 208 additions and 99 deletions
@@ -69,7 +69,11 @@ const useModelsColumns = (): Array<{
)
},
{
title: intl.formatMessage({ id: 'usage.table.inputTokensCached' }),
title: (
<AutoTooltip ghost>
{intl.formatMessage({ id: 'usage.table.inputTokensCached' })}
</AutoTooltip>
),
dataIndex: 'input_cached_tokens',
key: 'input_cached_tokens',
sorter: true,
+5 -1
View File
@@ -81,7 +81,11 @@ const useModelsColumns = (): Array<{
)
},
{
title: intl.formatMessage({ id: 'usage.table.inputTokensCached' }),
title: (
<AutoTooltip ghost>
{intl.formatMessage({ id: 'usage.table.inputTokensCached' })}
</AutoTooltip>
),
dataIndex: 'input_cached_tokens',
key: 'input_cached_tokens',
sorter: true,
+5 -1
View File
@@ -78,7 +78,11 @@ const useModelsColumns = (): Array<{
)
},
{
title: intl.formatMessage({ id: 'usage.table.inputTokensCached' }),
title: (
<AutoTooltip ghost>
{intl.formatMessage({ id: 'usage.table.inputTokensCached' })}
</AutoTooltip>
),
dataIndex: 'input_cached_tokens',
key: 'input_cached_tokens',
sorter: true,