chore: add rustfmt.toml

This commit is contained in:
lencx
2023-01-21 12:59:52 +08:00
parent 5f1c33d750
commit 321007bb87
11 changed files with 1233 additions and 1325 deletions

View File

@@ -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>
},
{