Fix table head height, close #7663

This commit is contained in:
afc163 2017-09-20 15:42:31 +08:00
parent 0ffccf8b0f
commit 30abcdf992

View File

@ -202,7 +202,7 @@
} }
&-middle { &-middle {
.@{table-prefix-cls}-thead > tr > th:not(.@{table-prefix-cls}-selection-column), .@{table-prefix-cls}-thead > tr > th,
.@{table-prefix-cls}-tbody > tr > td { .@{table-prefix-cls}-tbody > tr > td {
padding: 10px 8px; padding: 10px 8px;
} }