.nest-order-table {
  .product-cover {
    width: 36px;
    height: 36px;
  }
  // 表头
  .tb-header {
    display: flex;
    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 {
      flex: 1;
      font-size: 12px;
      color: #7f8fa4;
      text-align: center;
      justify-content: center;
    }
    .col-0 {
      flex: none;
      margin-right: 3%;
      .ant-checkbox-wrapper {
        margin-right: 5px;
      }
    }
    .col-1 {
      flex: 2;
    }
  }
}