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