wetrade-design
Version:
一款多语言支持Vue3的UI框架
21 lines (17 loc) • 375 B
text/less
// Fix Input component height issue in IE11
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.@{wd-prefix}-input {
height: @input-height-base;
&-lg {
height: @input-height-lg;
}
&-sm {
height: @input-height-sm;
}
&-affix-wrapper {
> input.@{wd-prefix}-input {
height: auto;
}
}
}
}