deploymentpush
parent
fee6ae3521
commit
5be608e17a
|
|
@ -519,6 +519,11 @@ export class NttGanttComponent implements OnInit {
|
|||
* @param args event arguments from the syncfusion gantt chart
|
||||
*/
|
||||
public queryTaskbarInfo(args: any) {
|
||||
if (args.taskbarType == 'Milestone')
|
||||
{
|
||||
args.taskbarElement.children[1].classList.add('e-gantt-milestone-border');
|
||||
}
|
||||
|
||||
if(args.data.taskData.isRes == false){
|
||||
if(args.data.taskData.TaskID.includes("D2")){
|
||||
args.milestoneBorder = "black";
|
||||
|
|
|
|||
|
|
@ -19,10 +19,10 @@
|
|||
.e-gantt .e-gantt-chart .e-active {
|
||||
background-color: #E0E0E0 !important;
|
||||
}
|
||||
.e-gantt-milestone {
|
||||
|
||||
/* .e-gantt-milestone-border {
|
||||
border: 2px solid red !important;
|
||||
}
|
||||
} */
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue