mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-06 09:13:44 +08:00
fix: fix column width
This commit is contained in:
parent
a286ac85dc
commit
1670c44464
@ -53,7 +53,7 @@ export const ConnectionTable = (props: Props) => {
|
||||
},
|
||||
{ field: "chains", headerName: "Chains", flex: 360, minWidth: 360 },
|
||||
{ field: "rule", headerName: "Rule", flex: 300, minWidth: 250 },
|
||||
{ field: "process", headerName: "Process", flex: 480, minWidth: 480 },
|
||||
{ field: "process", headerName: "Process", flex: 240, minWidth: 120 },
|
||||
{
|
||||
field: "time",
|
||||
headerName: "Time",
|
||||
|
Loading…
x
Reference in New Issue
Block a user