diff --git a/src/modules/table.js b/src/modules/table.js index eb4981bf..aec65584 100644 --- a/src/modules/table.js +++ b/src/modules/table.js @@ -2611,6 +2611,7 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){ var scrollTop = that.layMain.scrollTop(); var step = 30; + e.preventDefault(); that.layMain.scrollTop(scrollTop + (delta > 0 ? -step : step)); }); };