mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 06:46:09 +08:00
修复查看任务日志,列表位置重置
This commit is contained in:
parent
cc9a17afa3
commit
1bc64a23e3
|
@ -924,6 +924,7 @@ const Crontab = () => {
|
|||
const vComponents = useMemo(() => {
|
||||
return VList({
|
||||
height: tableScrollHeight!,
|
||||
resetTopWhenDataChange: false,
|
||||
});
|
||||
}, [tableScrollHeight]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user