'更改baseTable和content样式'
This commit is contained in:
@@ -113,4 +113,9 @@ export function calcMaxHeight(num) {
|
||||
|
||||
const finalHeight = clientHeight - num - FIXED_HEIGHT
|
||||
return finalHeight > 0 ? finalHeight : -finalHeight
|
||||
}
|
||||
}
|
||||
|
||||
// tableHeight
|
||||
export function tableHeight(n) {
|
||||
return window.innerHeight - n
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user