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

Tooltip 组件如何显示多行内容 #1702

Open
miyouzi opened this issue Dec 18, 2023 · 0 comments
Open

Tooltip 组件如何显示多行内容 #1702

miyouzi opened this issue Dec 18, 2023 · 0 comments

Comments

@miyouzi
Copy link

miyouzi commented Dec 18, 2023

尝试过以下写法都无法换行

<Tooltip title="a \n b">
   ……
</Tooltip>

<Tooltip title="a \r\n b">
   ……
</Tooltip>

<Tooltip title="a <br/> b">
   ……
</Tooltip>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant