fix: fix row header style issue

This commit is contained in:
moonrailgun 2024-09-05 00:15:00 +08:00
parent 983bcd37cf
commit cf4531c5dd

View File

@ -126,7 +126,7 @@ export function VirtualizedInfiniteDataTable<TData>(
{table.getHeaderGroups().map((headerGroup) => ( {table.getHeaderGroups().map((headerGroup) => (
<TableRow <TableRow
key={headerGroup.id} key={headerGroup.id}
className="bg-background flex w-full" className="bg-background hover:bg-background flex w-full"
> >
{headerGroup.headers.map((header) => { {headerGroup.headers.map((header) => {
return ( return (