fix #18
This commit is contained in:
parent
76580ceded
commit
9d330ecdf8
2 changed files with 3 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 + 60;
|
||||
const minLeft = columnRect.left - tableLeft + 30;
|
||||
|
||||
table.showResizeLine = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue