elTable需要在el-table ref中定义
this.$refs.elTable.$el.onmousewheel = () => {
const e = window.event
this.$refs.elTable.bodyWrapper.scrollLeft -= e.wheelDelta
}
elTable需要在el-table ref中定义
this.$refs.elTable.$el.onmousewheel = () => {
const e = window.event
this.$refs.elTable.bodyWrapper.scrollLeft -= e.wheelDelta
}