Commit d3706ea6 by JustSong

chore: adjust table width

parent e4f7ac40
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment