fix #18
This commit is contained in:
parent
359c18e010
commit
76580ceded
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@
|
|||
const tableLeft = tableEl.getBoundingClientRect().left;
|
||||
const columnEl = this.$el.querySelector(`th.ivu-table-column-${column.__id}`);
|
||||
const columnRect = columnEl.getBoundingClientRect();
|
||||
const minLeft = columnRect.left - tableLeft + 30;
|
||||
const minLeft = columnRect.left - tableLeft + 60;
|
||||
|
||||
table.showResizeLine = true;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue