修改整体布局,减少无用间隔

This commit is contained in:
whyour
2022-08-28 00:38:25 +08:00
parent f8f63890e5
commit a3f56be299
5 changed files with 28 additions and 10 deletions
+2 -2
View File
@@ -181,8 +181,8 @@ export function getTableScroll({
id,
}: { extraHeight?: number; id?: string } = {}) {
if (typeof extraHeight == 'undefined') {
// 47 + 40 + 10 + 24
extraHeight = 121;
// 47 + 40 + 12
extraHeight = 99;
}
let tHeader = null;
if (id) {