hustcc / hustcc/gantt-for-react
'customPopupHtml' how to set css style?
Open
- Dominant language
- JavaScript
- Stars
- 327
- Forks
- 74
- PR merge metrics
- No merged PRs in 30d
Description
I get popupView background is black; It is not my mind; And i how to setup style with pupupView?
Is lick this?
```
customPopupHtml = task => {
return `
.details-container {
width: 160px;
background: #fff;
}
${task.name}
Expected to finish by ${task._end}
${task.progress}% completed!
`;
};
```
But the pupUpView bottom and top margin is still black!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.