mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
4dd4b56a4d
@ -1067,7 +1067,7 @@ export const Table: any = withDynamicSchemaProps(
|
|||||||
const scroll = useMemo(() => {
|
const scroll = useMemo(() => {
|
||||||
return {
|
return {
|
||||||
x: 'max-content',
|
x: 'max-content',
|
||||||
y: dataSource.length > 0 ? tableHeight : undefined,
|
y: tableHeight,
|
||||||
};
|
};
|
||||||
}, [tableHeight, dataSource]);
|
}, [tableHeight, dataSource]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user