index.less 1.42 KB
.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;
    //  }
    //}
  }
}