chore: adjust table width
This commit is contained in:
parent
cccf5e4a07
commit
a515f9284e
@ -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 = () => {
|
|||||||
onClick={() => {
|
onClick={() => {
|
||||||
sortLog('content');
|
sortLog('content');
|
||||||
}}
|
}}
|
||||||
width={4}
|
width={5}
|
||||||
>
|
>
|
||||||
详情
|
详情
|
||||||
</Table.HeaderCell>
|
</Table.HeaderCell>
|
||||||
|
Loading…
Reference in New Issue
Block a user