deploymentpush

main
manueltauber 2023-08-29 14:06:21 +02:00
parent fee6ae3521
commit 5be608e17a
2 changed files with 8 additions and 3 deletions

View File

@ -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";

View File

@ -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>