vue横向滚动条,初始化位置


mounted(){
            this.$nextTick(()=>{
                setTimeout(() => {
                    this.$refs.rightTable.scrollLeft = 1500;
                }, 200);
            })
        },
原文地址:https://www.cnblogs.com/DIVEY/p/15035024.html