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
parent
commit
2e5096d09b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/table/style/size.less

2
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 {

Loading…
Cancel
Save