.component-header {
  display: flex;
  align-items: center;
  height: 44px;
  background: #fff;
  border-bottom: 1px solid #fafafa;
  .header-title {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    margin: 0 16px;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
  }
  .header-left{
    padding: 10px 16px;
    font-size: 24px;
    cursor: pointer;
    min-width: 42px;
  }
  .header-right {
    padding: 10px 16px 10px 0;
    font-size: 24px;
    cursor: pointer;
    min-width: 42px;
    text-align: end;
  }
}
