style: update column width

This commit is contained in:
moonrailgun 2024-01-06 00:11:40 +08:00
parent 1fad81f3ab
commit 6f53519f6c

View File

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