.pro-action-check-modal-box {
  .res-err-list {
    .err-tip {
      color: #666;
    }

    .err-item {
      box-sizing: border-box;
      padding-left: 6px;
      color: #333;
      border-radius: 4px;
      &:hover {
        background-color: #f0f0f0;
      }
    }

    .list-wrap {
      box-sizing: border-box;
      max-height: 50vh;
      margin: 12px 0;
      padding: 4px;
      overflow-y: auto;
      line-height: 1.8;
      border: 1px solid #ccc;
      border-radius: 6px;
    }
  }
}
