fix build log auto scrollTop

This commit is contained in:
bwcx_jzy 2021-03-04 11:09:20 +08:00
parent be2f08038c
commit 4157c5d08e

View File

@ -51,7 +51,7 @@ export default {
setTimeout(() => {
const textarea = document.getElementById('build-log-textarea');
textarea.scrollTop = textarea.scrollHeight;
});
},100);
});
}
})