hustcc / hustcc/gantt-for-react

'customPopupHtml' how to set css style?

Open
#16 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.