Commit a8cb5668 by zhujian

fix:tooltips

parent d7f444d9
...@@ -115,7 +115,13 @@ function StudyTable(props: any) { ...@@ -115,7 +115,13 @@ function StudyTable(props: any) {
}, },
}, },
{ {
title: '学习进度', title: <div>学习进度 <Tooltip
title={'已完成任务数/任务总数'}>
<span
style={{ color: "rgba(191, 191, 191, 1)", fontWeight: 400 }}
className="iconfont"
>&#xe61d;</span>
</Tooltip></div>,
key: 'learnPercentage', key: 'learnPercentage',
sorter: true, sorter: true,
dataIndex: 'learnPercentage', dataIndex: 'learnPercentage',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment