原因:

在Android上的行高会默认显示22px

解决办法1

line-height:normal;
padding:10px 0;

解决办法2

border: 1px solid transparent;
box-sizing:border-box;

相关文章:

  • 2021-10-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-24
  • 2022-12-23
  • 2021-10-15
  • 2021-12-11
猜你喜欢
  • 2022-12-23
  • 2021-06-27
  • 2022-12-23
  • 2021-08-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案