fix: add more space in network traffic column #20
This commit is contained in:
parent
486587f232
commit
c8671e8656
@ -217,7 +217,7 @@ export const ServerList: React.FC<{
|
||||
{
|
||||
key: 'traffic',
|
||||
title: 'Traffic',
|
||||
width: 120,
|
||||
width: 130,
|
||||
render: (_, record) => {
|
||||
return (
|
||||
<UpDownCounter
|
||||
|
Loading…
Reference in New Issue
Block a user