.purchase-list {
  background: #fff;
  min-height: 78vh;
  padding: 0 24px;
  &-title {
    margin: 0;
    padding: 16px 0;
    height: 60px;
    box-sizing: border-box;
    h2 {
      font-family: PingFangSC-Semibold, PingFang SC;
      font-size: 18px;
      font-weight: 600;
      color: #324150;
      line-height: 28px;
      padding-bottom: 16px;
      border-bottom: 1px solid #eaeaed;
    }
  }
  .query-form {
    padding: 24px 0;
    .ant-form-item-control-wrapper {
      min-width: 200px;
    }
  }
  &-table {
    .procduct-name {
      display: flex;
      align-items: center;
      img {
        width: 38px;
        height: 38px;
      }
      p {
        padding-left: 5px;
        span {
          display: block;
          font-size: 12px;
        }
      }
    }
  }
  .ant-statistic .ant-statistic-content {
    .ant-statistic-content-prefix,
    .ant-statistic-content-value-int,
    .ant-statistic-content-value-decimal,
    .ant-statistic-content-suffix {
      font-size: 12px;
      font-family:PingFangSC-Semibold,PingFang SC;
      font-weight:600;
      line-height:18px;
    }
  }
}
