diff --git a/src/modules/table.js b/src/modules/table.js index 29cbe239..6dc674ad 100644 --- a/src/modules/table.js +++ b/src/modules/table.js @@ -2154,6 +2154,7 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){ }).on('mouseleave', function(){ var othis = $(this); if(thisTable.eventMoveElem) return; + dict.allowResize = false; _BODY.css('cursor', ''); }).on('mousedown', function(e){ var othis = $(this);