移动退出登录位置

This commit is contained in:
whyour
2021-11-01 15:23:06 +08:00
parent b92daedea2
commit 8d21401f88
4 changed files with 93 additions and 25 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ export function getTableScroll({
}: { extraHeight?: number; id?: string } = {}) {
if (typeof extraHeight == 'undefined') {
// 47 + 40 + 10 + 24
extraHeight = 127;
extraHeight = 121;
}
let tHeader = null;
if (id) {