.pageTitle {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  border-bottom: 1px solid #edf3fa;
  font-size: 14px;
  font-weight: 500;
  color: #2f3238;
  line-height: 22px;
  cursor: pointer;
  .iconBack {
    color: #757B82;
    margin-right: 16px;
    font-size: 12px;
  }

  .title {
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
