提交 f5db4e63 authored 作者: 钟是志's avatar 钟是志

25621 双选会--单位申请审核,,加一个申请展位字段

上级 2f7bec01
......@@ -355,9 +355,11 @@ export function handleColumns(columns) {
点击查看
</a>
);
} else if (typeof text === 'string' && text.length > 20) {
} else if (typeof text === 'string' && text.length > 25) {
// 25621 双选会--单位申请审核,,加一个申请展位字段
// 把20 变成了 25 如果不好解决 就通过width做判断依据
const oldTitle = text;
const newTitle = text.slice(0, 20) + '...';
const newTitle = text.slice(0, 25) + '...';
return (
<Tooltip title={oldTitle} key={oldTitle} style={{ width: 260 }}>
<span key={text}>{newTitle}</span>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论