IE11 CSS hack

2021-03-20 01:26

阅读:304

标签:sig   height   and   input   des   put   NPU   col   screen   

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

IE11 CSS hack

标签:sig   height   and   input   des   put   NPU   col   screen   

原文地址:https://www.cnblogs.com/foxcharon/p/12746013.html


评论


亲,登录后才可以留言!