
.je-workflow-operation-process-two{
  .TASK_NODE();

  .task-user-type{
    &-label{
      padding:10px 0;
    }
    &-items{
      border-width: 1px 1px 0 0;
      height: 40px;
      border-color: @border-color-split;
      border-style: solid;
      .ant-tabs-nav{
        margin:0;
        .ant-tabs-tab{
          margin-top:-1px;
          border-radius: 0;
          padding:7px 15px;
          &  + .ant-tabs-tab{
            margin-left:-1px;
          }

          &.ant-tabs-tab-active{
            background-color: @primary-2;
            border-bottom-color: @border-color-split;
          }
        }
      }
      &.fork-nodes{
        .ant-tabs-nav .ant-tabs-tab{
          padding:7px 40px;
        }
      }
    }
    &.condition{
      .task-user-type-items-item{
        padding:0 15px;
      }
    }
  }
  .task-user-history{
    position: relative;
    padding-top: 10px;
    &-item{
      margin-right: 10px;
      cursor: pointer;
      display: inline-block;
      height: 25px;
      line-height: 25px;
      padding: 0 5px;
      border-radius: 5px;
      width: 65px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      vertical-align: middle;
      text-align: center;
    }
    .task-user-history-more{
      color: @primary-color;
    }
    &-span{
      display: inline-block;
      height: 25px;
      vertical-align: middle;
      line-height: 25px;
    }
    &-item.checked{
      background-color:darken(@primary-1,2%);;
      color: @primary-color;
    }
    .ant-dropdown-trigger{
      position: absolute;
      right: 0;
      top: 12px;
      cursor: pointer;
    }
  }
  .task-node{
    margin-bottom: 0;
  }
  
}
.task-user-history-menu {
  .ant-dropdown-menu-item {
    padding: 5px 15px;
    .ant-dropdown-menu-title-content {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }
  
}