index.less
1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.ganttList{
width: 100vm;
padding: 0rem 0.5rem 0 0.5rem;
}
:global{
.gantt_add, .gantt_grid_head_add{
display: none;
}
.gantt_grid_head_cell.gantt_grid_head_add{
display: none;
}
.commonListSelectBtn{
display: none;
}
.workScheduleModal{
overflow: hidden;
padding-bottom: 0;
.ant-modal-body #modalChooseProcess{
overflow: hidden;
height: 100%!important;
.ant-table-body{
height:calc(60vh)!important; /* 调整工单进度详情进度高度 */
overflow: auto;
}
}
}
.productionSchedule{
.topTable{
height: ~"calc(100% - 50px)";
}
.split-record-row td { /* 生产排程Tree分割行样式 */
border: none!important;
span.linksActiveIdStyle{text-decoration:none!important; color:#000!important;}
.ant-table-row-expand-icon-collapsed{
display: none!important;
}
.ant-checkbox{
display: none!important;
}
}
.split-record-row td:nth-of-type(3) {
color: #CDCDCD;
span{
color: #CDCDCD;
}
span.linksActiveIdStyle{color:#CDCDCD!important; }
}
//.noInput{
// padding: 0!important;
//}
//.sActiveIdStyle{
// padding: 0!important;
//}
//.ant-form-item-children{
// input{
// padding: 0 0px!important;
// border: none!important;
// }
// .sActiveIdStyle{
// left: 0!important;
// }
//}
}
}