|
@ -13,7 +13,7 @@ export function clientTable(app: App<Element>) { |
|
|
if(el.children&&el.children.length>1){ |
|
|
if(el.children&&el.children.length>1){ |
|
|
paginationHeight = 70 |
|
|
paginationHeight = 70 |
|
|
} |
|
|
} |
|
|
const height = window.innerHeight - top - paginationHeight - qustionHeight +5 |
|
|
const height = window.innerHeight - top - paginationHeight |
|
|
el.style.height = height + 'px' |
|
|
el.style.height = height + 'px' |
|
|
el.firstChild.style.height = '100%' |
|
|
el.firstChild.style.height = '100%' |
|
|
}) |
|
|
}) |
|
|