Commit d3706ea6 by JustSong

chore: adjust table width

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