chore: adjust table width

This commit is contained in:
JustSong
2023-06-24 15:42:16 +08:00
parent e4f7ac4089
commit d3706ea65a

View File

@@ -220,7 +220,7 @@ const LogsTable = () => {
onClick={() => {
sortLog('type');
}}
width={2}
width={1}
>
类型
</Table.HeaderCell>
@@ -265,7 +265,7 @@ const LogsTable = () => {
onClick={() => {
sortLog('content');
}}
width={4}
width={5}
>
详情
</Table.HeaderCell>