1、让滚动条滚到最底部
<el-scrollbar ref="leftScrollbar" style="height: 600px"></el-scrollbar> this.$refs['leftScrollbar'].wrap.scrollTop = this.$refs['leftScrollbar'].wrap.scrollHeight;