Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

🐛动态设置RowCell字体大小时,行高错位 #2877

Closed
1 task
machachong opened this issue Aug 26, 2024 · 3 comments
Closed
1 task

🐛动态设置RowCell字体大小时,行高错位 #2877

machachong opened this issue Aug 26, 2024 · 3 comments
Labels
🤔 need reproduce 需要一个在线复现链接

Comments

@machachong
Copy link

🏷 Version

  • PivotSheet

🖋 Description

自定义RowCell单元格样式,动态调整字体大小时,rowcell部分的单元格行高错位,其他CornerCell,ColCell等都是好的

⌨️ Code Snapshots

class CustomRowCell extends RowCell {
getTextStyle() {
const defaultTextStyle = super.getTextStyle();
return {
fontSize: 18, // 动态调整这里
};
}
}
image

-->

Environment Info
System
Browser
@lijinke666 lijinke666 added the 🤔 need reproduce 需要一个在线复现链接 label Aug 30, 2024
Copy link
Contributor

你好 @machachong,请提供一个可以在线访问的链接, 或者使用 codesandbox 提供示例并详细说明复现步骤 (查看更多模板), 15 天内未回复issue自动关闭。

Hello, @machachong, please provide an accessible link or usage codesandbox to describe the reproduction steps (more template). The issue will be closed without any replay within 15 days.

@lijinke666
Copy link
Member

提 issue 前必读

Copy link
Contributor

由于该 issue 被标记为需要复现,却 15 天未收到回应。现关闭 issue,若有任何问题,可评论回复。

Since the issue was labeled as "🤔 need reproduce" but no response was received for 15 days. Now close the issue. If you have any questions, feel free to comment.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 15, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
🤔 need reproduce 需要一个在线复现链接
Projects
None yet
Development

No branches or pull requests

3 participants
@lijinke666 @machachong and others