mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 03:43:44 +08:00
chore: fix table header bg in connections
This commit is contained in:
parent
e66f5fe253
commit
6cba6166fb
@ -109,7 +109,13 @@ export const ConnectionTable = (props: Props) => {
|
|||||||
columns={columns}
|
columns={columns}
|
||||||
onRowClick={(e) => onShowDetail(e.row.connectionData)}
|
onRowClick={(e) => onShowDetail(e.row.connectionData)}
|
||||||
density="compact"
|
density="compact"
|
||||||
sx={{ border: "none", "div:focus": { outline: "none !important" } }}
|
sx={{
|
||||||
|
border: "none",
|
||||||
|
"div:focus": { outline: "none !important" },
|
||||||
|
"& div[aria-rowindex='1']": {
|
||||||
|
backgroundColor: "inherit !important",
|
||||||
|
},
|
||||||
|
}}
|
||||||
columnVisibilityModel={columnVisible}
|
columnVisibilityModel={columnVisible}
|
||||||
onColumnVisibilityModelChange={(e) => setColumnVisible(e)}
|
onColumnVisibilityModelChange={(e) => setColumnVisible(e)}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user