fix: fix column width

This commit is contained in:
MystiPanda
2024-01-16 19:02:38 +08:00
parent 0cc386bc28
commit b7d3b807d2

View File

@@ -53,7 +53,7 @@ export const ConnectionTable = (props: Props) => {
}, },
{ field: "chains", headerName: "Chains", flex: 360, minWidth: 360 }, { field: "chains", headerName: "Chains", flex: 360, minWidth: 360 },
{ field: "rule", headerName: "Rule", flex: 300, minWidth: 250 }, { 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", field: "time",
headerName: "Time", headerName: "Time",