.auto-test-panel {
  min-height: 4.68rem;
  margin-top: 0;
  background-color: #fff;
  min-height: 4.68rem;

  .test-slider {
    height: 100%;
    border-right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 7rem;
  }
  .plan-list-header {
    box-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.08);
  }

  .test-icon-style {
    display: flex;
    justify-content: space-between;
    align-items: center;
    .anticon{
      font-size: 15px;
    }
  }

  .menu-item {
    padding: 0 16px;
    font-size: 13px;
    line-height: 42px;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
  }

  .menu-item-checked {
    background-color: #eef7fe;
    color: #2395f1;
    font-size: 14px;
    margin-right: -1px;
    border-right: 2px solid #2395f1;
  }

  .first-menu-item {
    background-color: #eceef1;
  }

  .delete {
    font-size: 20px;
    top: 8px;
  }

  .test-content {
    border-left: 1px solid #ccc;
    background: #fff;
    overflow-y: auto;
    max-height: 7rem;
  }

  .ant-menu-item-disabled {
    cursor: pointer;
  }

  .m-empty-prompt {
    display: flex;
    height: 400px;
    span {
      margin: auto;
      font-size: 16px;
      .anticon {
        padding-right: 16px;
        font-size: 24px;
      }
    }
  }

  .test-label {
    padding-bottom: 8px;
    a {
      color: #636363;
    }
  }

  .test-last-row {
    display: none;
  }

  .test-name {
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .btnwrap-changeproject {
    text-align: center;
    padding: .16rem 0;
    background: #fff;
    background-color: #fff;
    margin: 0 -.4rem;
    background-size: 4px 4px;
  }
}