mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 04:28:32 +08:00
Merge branch 'master' of https://github.com/baidu/amis
This commit is contained in:
commit
152330a9df
@ -505,7 +505,7 @@ export default class Table extends React.Component<TableProps, object> {
|
||||
widths[item.getAttribute('data-index') as string] = item.clientWidth;
|
||||
});
|
||||
forEach(
|
||||
table.querySelectorAll('tbody>tr>*:first-child'),
|
||||
table.querySelectorAll('tbody>tr>*:last-child'),
|
||||
(item: HTMLElement, index: number) => (heights[index] = item.clientHeight)
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user