mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 12:07:54 +08:00
fix: ie table scroll not work #390
This commit is contained in:
parent
c924f4ca82
commit
754c220eab
@ -373,7 +373,11 @@ export default {
|
||||
event.preventDefault();
|
||||
const wd = event.deltaY;
|
||||
const target = event.target;
|
||||
const { bodyTable, fixedColumnsBodyLeft, fixedColumnsBodyRight } = this;
|
||||
const {
|
||||
ref_bodyTable: bodyTable,
|
||||
ref_fixedColumnsBodyLeft: fixedColumnsBodyLeft,
|
||||
ref_fixedColumnsBodyRight: fixedColumnsBodyRight,
|
||||
} = this;
|
||||
let scrollTop = 0;
|
||||
|
||||
if (this.lastScrollTop) {
|
||||
|
Loading…
Reference in New Issue
Block a user