IE11 CSS hack

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也是可行的。

猜你喜欢

转载自www.cnblogs.com/foxcharon/p/12746013.html
今日推荐