fix: ie table scroll not work #390

pull/422/head
tangjinzhou 6 years ago
parent c924f4ca82
commit 754c220eab

@ -373,7 +373,11 @@ export default {
event.preventDefault(); event.preventDefault();
const wd = event.deltaY; const wd = event.deltaY;
const target = event.target; const target = event.target;
const { bodyTable, fixedColumnsBodyLeft, fixedColumnsBodyRight } = this; const {
ref_bodyTable: bodyTable,
ref_fixedColumnsBodyLeft: fixedColumnsBodyLeft,
ref_fixedColumnsBodyRight: fixedColumnsBodyRight,
} = this;
let scrollTop = 0; let scrollTop = 0;
if (this.lastScrollTop) { if (this.lastScrollTop) {

Loading…
Cancel
Save