Skip to content

Commit

Permalink
chore(table): 代码优化
Browse files Browse the repository at this point in the history
  • Loading branch information
zyprepare committed Nov 2, 2023
1 parent dc002a3 commit 4167682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/table/src/TableBody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const TableBody = forwardRef<HTMLDivElement | null, TableBodyProps>(
className: cls,
onScroll: onTableBodyScroll,
style: {
maxHeight: maxHeight !== undefined ? maxHeight : undefined,
maxHeight,
},
}

Expand Down

0 comments on commit 4167682

Please sign in to comment.