Browse Source
Merge pull request #17351 from ant-design/fix-small-table-header-background
fix: small table header background
pull/17355/head
偏右
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
components/table/style/size.less
|
|
@ -73,9 +73,9 @@ |
|
|
|
> .@{table-prefix-cls}-thead > tr > th, |
|
|
|
> .@{table-prefix-cls}-tbody > tr > td { |
|
|
|
padding: @table-padding-vertical-sm @table-padding-horizontal-sm; |
|
|
|
background-color: transparent; |
|
|
|
} |
|
|
|
> .@{table-prefix-cls}-thead > tr { |
|
|
|
background-color: transparent; |
|
|
|
border-bottom: @border-width-base @border-style-base @border-color-split; |
|
|
|
} |
|
|
|
> .@{table-prefix-cls}-thead > tr > th.@{table-prefix-cls}-column-sort { |
|
|
|