码迷,mamicode.com
首页 > Web开发 > 详细

IE11 CSS hack

时间:2020-04-21 18:42:20      阅读:83      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!