mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 09:34:31 +08:00
修复定时任务状态筛选
This commit is contained in:
+1
-1
@@ -183,7 +183,7 @@ export function getTableScroll({
|
||||
extraHeight,
|
||||
target,
|
||||
}: { extraHeight?: number; target?: HTMLElement } = {}) {
|
||||
if (typeof extraHeight == 'undefined') {
|
||||
if (typeof extraHeight === 'undefined') {
|
||||
// 47 + 40 + 12
|
||||
extraHeight = 99;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user