-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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: link支持最大显示行数及tooltip提示 #9247
base: master
Are you sure you want to change the base?
Conversation
👍 Thanks for this! Please review the labels and make any necessary changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WebkitLineClamp 有确认在 firefox 浏览器中是否有效吗?
没问题,98%的浏览器都支持 |
packages/amis/src/renderers/Link.tsx
Outdated
/** | ||
* tooltip配置 | ||
*/ | ||
tooltip?: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个应该是和TooltipObject
的属性对齐
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
加上了
What
Why
How