fix: 固定列多出一行导致滚动错位问题
This commit is contained in:
parent
85fb514d50
commit
d884483c06
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -963,7 +963,7 @@ class Table extends Component {
|
||||||
onScroll={this.handleBodyScroll}
|
onScroll={this.handleBodyScroll}
|
||||||
>
|
>
|
||||||
{renderTable(!useFixedHeader)}
|
{renderTable(!useFixedHeader)}
|
||||||
<div className="scroll-dom" style={{height:`${this.scrollbarWidth}px`}}></div>
|
{/* <div className="scroll-dom" style={{height:`${this.scrollbarWidth}px`}}></div> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue