fix: commit

This commit is contained in:
izbz wh 2020-08-29 14:50:01 +08:00
parent 94e19ce4b9
commit 422c4821a7
3 changed files with 2 additions and 2 deletions

View File

File diff suppressed because one or more lines are too long

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) {