mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 01:14:50 +08:00
移动退出登录位置
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user