.nest-order-table {
  .product-cover {
    width: 36px;
    height: 36px;
  }
  // 表头
  .tb-header {
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
    margin-bottom: 16px;
    background: rgba(250, 250, 252, 1);
    box-shadow: 0px -1px 0px 0px rgba(234, 234, 237, 1), 0px 1px 0px 0px rgba(234, 234, 237, 1);
    > div {
      float: left;
      font-size: 12px;
      color: #7f8fa4;
    }
    .col-0 {
      margin-right: 3%;
      .ant-checkbox-wrapper {
        margin-right: 5px;
      }
    }
    .col-1 {
      width: 24.8%;
    }
    .col-2 {
      width: 12.2%;
    }
    .col-3 {
      width: 10%;
    }
    .col-4 {
      width: 12%;
    }
    .col-5 {
      width: 11.8%;
    }
    .col-6 {
      width: 12%;
    }
  }
}
