IE11 怎么做 CSS hack ?

很简单。

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-form-item-control .ant-input {
    line-height: 0;
  }
}

 

另外,在 Ant Design Pro 项目里,用less写这种hack也是可行的。

相关文章:

猜你喜欢
  • 2022-12-23
  • 2021-11-23
  • 2021-12-16
  • 2022-02-17
  • 2021-10-26
相关资源
相似解决方案