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