Best way to do is using grid:

    .input__control {
      display: grid;
      place-content: center;
      width: 1em;
      height: 1em;
      border: 0.1em solid var(--color-default, color("default"));
    }

 

相关文章:

  • 2022-12-23
  • 2021-09-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-14
  • 2022-02-06
  • 2022-12-23
猜你喜欢
  • 2022-02-17
  • 2021-08-26
  • 2022-12-23
  • 2021-05-16
  • 2021-07-15
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案