fix: add more space in network traffic column #20

This commit is contained in:
moonrailgun 2024-01-29 01:04:29 +08:00
parent 486587f232
commit c8671e8656

View File

@ -217,7 +217,7 @@ export const ServerList: React.FC<{
{ {
key: 'traffic', key: 'traffic',
title: 'Traffic', title: 'Traffic',
width: 120, width: 130,
render: (_, record) => { render: (_, record) => {
return ( return (
<UpDownCounter <UpDownCounter