动态table高度

This commit is contained in:
仲么了
2024-01-04 10:38:41 +08:00
parent 2bb7a82778
commit d4ee8e7821
5 changed files with 147 additions and 99 deletions

6
types/table.d.ts vendored
View File

@@ -23,8 +23,10 @@ declare global {
pageSize: number
[key: string]: any
}
loadCallback: (() => void )| null
resetCallback: (() => void)| null
loadCallback: (() => void) | null
resetCallback: (() => void) | null
height: string
publicHeight: number
}
/* 表格行 */