fix: add IE 11 css hack (#20643)

This commit is contained in:
二货机器人 2020-01-03 16:17:28 +08:00 committed by GitHub
parent f721018ab0
commit 493e987f16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -595,4 +595,19 @@
}
}
@media all and (-ms-high-contrast: none) {
.@{table-prefix-cls} {
&-ping-left {
.@{table-prefix-cls}-cell-fix-left-last::after {
box-shadow: none !important;
}
}
&-ping-right {
.@{table-prefix-cls}-cell-fix-right-first::after {
box-shadow: none !important;
}
}
}
}
@import './radius.less';