commit
parent
13d6b6b017
commit
6fb9ef1a7f
File diff suppressed because it is too large
Load Diff
|
|
@ -750,9 +750,13 @@ export class NttGanttComponent implements OnInit {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public queryTaskbarInfo(args: any) {
|
public queryTaskbarInfo(args: any) {
|
||||||
if (args.taskbarType == 'Milestone')
|
if (args.taskbarType == 'Milestone' && args.data.taskData.TaskID.includes("D2"))
|
||||||
{
|
{
|
||||||
args.taskbarElement.children[1].classList.add('e-gantt-milestone-border');
|
console.log(args.taskbarElement.children[1].style.add);
|
||||||
|
args.taskbarElement.children[1].classList.add('e-gantt-milestone-border')
|
||||||
|
// console.log(args.taskbarElement.children[1]);
|
||||||
|
// args.taskbarElement.children[1].children[0].classList.add('e-gantt-milestone-border');
|
||||||
|
// args.taskbarElement.children[1].children[1].classList.add('e-gantt-milestone-border');
|
||||||
}
|
}
|
||||||
|
|
||||||
if(args.data.taskData.isRes == false){
|
if(args.data.taskData.isRes == false){
|
||||||
|
|
|
||||||
|
|
@ -24,10 +24,30 @@
|
||||||
.e-gantt .e-gantt-chart .e-active {
|
.e-gantt .e-gantt-chart .e-active {
|
||||||
background-color: #E0E0E0 !important;
|
background-color: #E0E0E0 !important;
|
||||||
}
|
}
|
||||||
|
.e-gantt .e-gantt-chart .e-gantt-milestone {
|
||||||
|
/* border: 2px solid red !important; */
|
||||||
|
/* border-radius: 50%; */
|
||||||
|
background-color: transparent;
|
||||||
|
/* border: 10px red; */
|
||||||
|
/* width: 25px;
|
||||||
|
height: 25px; */
|
||||||
|
}
|
||||||
|
/* e-gantt-milestone-b {
|
||||||
|
/* border: 2px solid red !important; */
|
||||||
|
/* border-radius: 50%; */
|
||||||
|
/* background-color: red; */
|
||||||
|
/* border: 10px red; */
|
||||||
|
/* width: 25px;
|
||||||
|
height: 25px; */
|
||||||
|
/* } */
|
||||||
|
|
||||||
/* .e-gantt-milestone-border {
|
.e-gantt-milestone-border {
|
||||||
border: 2px solid red !important;
|
/* border: 2px solid red !important; */
|
||||||
} */
|
border-radius: 50%;
|
||||||
|
/* border-top-width: 1px; */
|
||||||
|
color: red;
|
||||||
|
background-color: grey;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue