Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

feat: 补充textOverflow属性文档,修复表格样式问题 #11359

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

F-jianchao
Copy link
Collaborator

What

Why

How

@github-actions github-actions bot added the feat label Dec 11, 2024
Copy link

👍 Thanks for this!
🏷 I have applied any labels matching special text in your issue.

Please review the labels and make any necessary changes.

if (getClassName) {
return getClassName();
}
const {textOverflow} = this.props;
return textOverflow === 'default' ? '' : textOverflow;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

外围扩充已经使用其他方式实现,这里可以删除了

@CheshireJCat CheshireJCat merged commit 176ff1e into baidu:master Dec 12, 2024
4 checks passed
@F-jianchao F-jianchao deleted the fix-popOver-textOverflow branch December 12, 2024 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants