This commit is contained in:
梁灏 2019-10-15 09:52:10 +08:00
parent 359c18e010
commit 76580ceded

View file

@ -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;