Skip to content

Commit

Permalink
fix: 明细表列头文本不居中 close antvis#2199
Browse files Browse the repository at this point in the history
  • Loading branch information
wywppkd committed May 10, 2023
1 parent 1734416 commit 7f983c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/s2-core/src/cell/col-cell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export class ColCell extends HeaderCell {
width: width + (scrollContainsRowHeader ? cornerWidth : 0),
};

this.handleViewport(viewport);
// this.handleViewport(viewport);

const { textAlign } = this.getTextStyle();
const adjustedViewport = adjustColHeaderScrollingViewport(
Expand Down

0 comments on commit 7f983c1

Please sign in to comment.