Fix small table fixed header border, close #5182

This commit is contained in:
afc163 2017-03-06 16:09:02 +08:00
parent 7ab95b7eae
commit bae042b29f

View File

@ -224,9 +224,6 @@
table {
border-bottom: @border-width-base @border-style-base @border-color-split;
}
.@{table-prefix-cls}-thead > tr > th {
border-bottom: 0;
}
}
.@{table-prefix-cls}-row:last-child td {