app-wf-approval.less 405 字节
Newer Older
KK's avatar
KK committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
.app-wf-approval {
  width: 100%;
  .step-item {
    display: flex;
    justify-content: space-between;
    .step-start-user {
      .step-start-user-name {
        color: #ccc;
      }
    }
  }
  .step-name {
    display: flex;
    justify-content: space-between;
  }
  .userTaskName {
    font-size: 15px;
    color: #201414;
    padding-bottom: 10px;
  }
  .step-text {
    padding-bottom: 5px;
  }
}