mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-03 04:18:21 +08:00
fix build log auto scrollTop
This commit is contained in:
parent
be2f08038c
commit
4157c5d08e
@ -51,7 +51,7 @@ export default {
|
||||
setTimeout(() => {
|
||||
const textarea = document.getElementById('build-log-textarea');
|
||||
textarea.scrollTop = textarea.scrollHeight;
|
||||
});
|
||||
},100);
|
||||
});
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user