Skip to content

Commit

Permalink
fix: pro-IUAPDESIGN-101:友云采:grid中横向滚动时需要隐藏编辑控件
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyk committed Oct 21, 2016
1 parent a20304f commit 928fdf1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/js/u-grid.js
Expand Up @@ -583,6 +583,7 @@
$('#' + oThis.options.id + '_content_multiSelect').css('top', -oThis.scrollTop + "px");
$('#' + oThis.options.id + '_content_numCol').css('top', -oThis.scrollTop + "px");
$('#' + oThis.options.id + '_content_fixed_div').css('top', -oThis.scrollTop + "px");
oThis.editClose();
});
// 数据行相关事件
$('#' + this.options.id + '_content_tbody').on('click', function (e) {
Expand Down

0 comments on commit 928fdf1

Please sign in to comment.