mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 03:22:59 +08:00
Fix table head height, close #7663
This commit is contained in:
parent
0ffccf8b0f
commit
30abcdf992
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user