mirror of
https://github.com/chaitin/MonkeyCode.git
synced 2026-02-04 15:53:36 +08:00
修正了补全记录页面的列宽
This commit is contained in:
@@ -144,11 +144,12 @@ const Completion = () => {
|
||||
{
|
||||
dataIndex: 'program_language',
|
||||
title: '编程语言',
|
||||
width: 140,
|
||||
width: 160,
|
||||
},
|
||||
{
|
||||
dataIndex: 'input_tokens',
|
||||
title: '输入 Token',
|
||||
width: 140,
|
||||
render(value: number) {
|
||||
return addCommasToNumber(value);
|
||||
},
|
||||
@@ -156,6 +157,7 @@ const Completion = () => {
|
||||
{
|
||||
dataIndex: 'output_tokens',
|
||||
title: '输出 Token',
|
||||
width: 140,
|
||||
render(value: number) {
|
||||
return addCommasToNumber(value);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user