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

表格内使用ellipsis设置tooltip的时候要把tooltip的深色改成浅色没有快捷入口 #6367

Open
3 tasks done
Lastcall9 opened this issue Sep 20, 2024 · 0 comments
Labels
feature request New feature or request

Comments

@Lastcall9
Copy link

问题的清晰而简明的描述

表格内使用ellipsis设置tooltip的时候要把tooltip的深色改成浅色没有快捷入口 需要很麻烦手动设置contentStyle等去修改 或者写render或者h函数自己实现文本省略+tooltip展示

建议的解决方案

给一个入口类似dark:false这种

备选方案

No response

附加上下文

{
key: '',
title: '',
minWidth: 200,
ellipsis: {
lineClamp: 2,
tooltip: {
contentStyle: { maxWidth: '600px' },
render: (row) => row.userComment,
},
},
},

验证

  • 阅读 贡献指南
  • 阅读 文档
  • 检查是否已经存在请求相同功能的问题,以避免创建重复的问题。
@Lastcall9 Lastcall9 added the feature request New feature or request label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant