.pageContent {
  background-color: #fff;
  width: 100%;
  height: calc(100vh - 130px);
  padding: 24px;

  .header {
    display: flex;
    align-items: center;
    margin-top: 10px;

    .icon {
      width: 16px;
      height: 16px;
    }
    .title {
      margin-left: 10px;
      font-weight: 700;
    }
  }
}