Skip to content

Commit

Permalink
fix: small size of Table style problem
Browse files Browse the repository at this point in the history
close #34949
  • Loading branch information
afc163 committed Apr 11, 2022
1 parent 01a475a commit 600b3f3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions components/table/style/size.less
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,3 @@
// = Small =
// ================================================================
.table-size(~'small', @table-padding-vertical-sm, @table-padding-horizontal-sm, @table-font-size-sm);

.@{table-prefix-cls}-small {
.@{table-prefix-cls}-thead > tr > th {
background-color: @table-header-bg-sm;
}
.@{table-prefix-cls}-selection-column {
width: 46px;
min-width: 46px;
}
}

0 comments on commit 600b3f3

Please sign in to comment.