.yee-page-title-wrapper {
  .page-title-content {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    color: rgba(0, 0, 0, 0.45);
    .title {
      font-size: 16px;
      font-weight: 500;
      margin-right: 12px;
      color: rgba(0, 0, 0, 0.8);
    }
    .operation-content {
      margin-left: auto;
      display: flex;
    }
  }
  .ant-divider-horizontal {
    margin: 12px 0 0 0;
  }
}
