Skip to content

Commit

Permalink
fix: commit
Browse files Browse the repository at this point in the history
  • Loading branch information
whizbz11 committed Aug 29, 2020
1 parent 94e19ce commit 422c482
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion demo/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/TableHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 422c482

Please sign in to comment.