🐛 Fix extra space at the bottom of table th in chrome (#14950)

close #14926
This commit is contained in:
偏右 2019-02-20 15:11:04 +08:00 committed by zombieJ
parent ec3c14b537
commit fd89e0f8b4

View File

@ -99,6 +99,8 @@
&.@{table-prefix-cls}-column-has-actions {
position: relative;
background-clip: padding-box; // For Firefox background bug, https://github.com/ant-design/ant-design/issues/12628
/* stylelint-disable-next-line */
-webkit-background-clip: border-box; // For Chrome extra space: https://github.com/ant-design/ant-design/issues/14926
&.@{table-prefix-cls}-column-has-filters {
.@{iconfont-css-prefix}-filter,