pref: real time logs automatically scroll to the bottom.

实时日志 功能优化,  自动滚动到底部.
pull/3445/head
Hins 2020-06-15 11:48:33 +08:00 committed by GitHub
parent 3556361273
commit eaa2463e82
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,10 @@ export default {
created() {
this.loadLogs()
},
updated() {
//
this.$el.querySelector('.CodeMirror-scroll').scrollTop = this.$el.querySelector('.CodeMirror-scroll').scrollHeight
},
methods: {
loadLogs() {
this.loading = true