fix: commit
This commit is contained in:
parent
94e19ce4b9
commit
422c4821a7
File diff suppressed because one or more lines are too long
|
@ -336,7 +336,7 @@ class TableHeader extends Component {
|
||||||
if(newWidth > this.minWidth){
|
if(newWidth > this.minWidth){
|
||||||
currentCols.style.width = newWidth +'px';
|
currentCols.style.width = newWidth +'px';
|
||||||
|
|
||||||
// displayinrow 判断、 固定行高判断
|
// displayinrow 判断、 固定行高判断
|
||||||
this.table.bodyRows.forEach((row,index)=>{
|
this.table.bodyRows.forEach((row,index)=>{
|
||||||
const leftRow = this.table.fixedLeftBodyRows[index]
|
const leftRow = this.table.fixedLeftBodyRows[index]
|
||||||
if(leftRow) {
|
if(leftRow) {
|
||||||
|
|
Loading…
Reference in New Issue