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也是可行的。
posted on 2020-04-21 17:19 fox_charon 阅读(970) 评论(0) 收藏 举报
浙公网安备 33010602011771号