.item {
  display: flex;
  align-items: center;
  :global {
    .ant-input-group {
      flex: 1;
      width: auto;
    }
  }
  .color {
    margin-left: 8px;
  }
  .fontSize {
    width: auto;
  }
}
