mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
chore: add rustfmt.toml
This commit is contained in:
4
src/view/awesome/config.tsx
vendored
4
src/view/awesome/config.tsx
vendored
@@ -12,7 +12,7 @@ export const awesomeColumns = () => [
|
||||
title: 'URL',
|
||||
dataIndex: 'url',
|
||||
key: 'url',
|
||||
width: 120,
|
||||
width: 200,
|
||||
},
|
||||
// {
|
||||
// title: 'Icon',
|
||||
@@ -33,7 +33,7 @@ export const awesomeColumns = () => [
|
||||
title: 'Category',
|
||||
dataIndex: 'category',
|
||||
key: 'category',
|
||||
width: 200,
|
||||
width: 120,
|
||||
render: (v: string) => <Tag color="geekblue">{v}</Tag>
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user