fix: commit

This commit is contained in:
izbz wh 2020-08-29 14:32:54 +08:00
parent f34847484d
commit 94e19ce4b9
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ class TableHeader extends Component {
if(newWidth > this.minWidth){
currentCols.style.width = newWidth +'px';
// displayinrow 判断、 固定行高判断
// displayinrow 判断、 固定行高判断
this.table.bodyRows.forEach((row,index)=>{
const leftRow = this.table.fixedLeftBodyRows[index]
if(leftRow) {