mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
fix small table header have background color (#16266)
This commit is contained in:
parent
8a6239fedd
commit
197c424e54
@ -74,7 +74,7 @@
|
|||||||
> .@{table-prefix-cls}-tbody > tr > td {
|
> .@{table-prefix-cls}-tbody > tr > td {
|
||||||
padding: @table-padding-vertical-sm @table-padding-horizontal-sm;
|
padding: @table-padding-vertical-sm @table-padding-horizontal-sm;
|
||||||
}
|
}
|
||||||
> .@{table-prefix-cls}-thead > tr > th {
|
> .@{table-prefix-cls}-thead > tr {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-bottom: @border-width-base @border-style-base @border-color-split;
|
border-bottom: @border-width-base @border-style-base @border-color-split;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user