fix: Table selection out of column when size is small/middle (#24394)

close #24326
This commit is contained in:
偏右 2020-05-22 15:20:11 +08:00 committed by GitHub
parent 58ccb40005
commit 1f371eee09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -222,7 +222,6 @@
@table-padding-vertical-sm: 4px;
@table-padding-horizontal-sm: 4px;
@table-selection-column-width: 54px;
@table-selection-extra-right: -4px;
// Statistic
// ---

View File

@ -573,7 +573,7 @@
@table-filter-dropdown-bg: @component-background;
@table-expand-icon-bg: @component-background;
@table-selection-column-width: 60px;
@table-selection-extra-right: -10px;
@table-selection-extra-right: 0;
// Tag
// --

View File

@ -360,6 +360,8 @@
table tr th&-selection-column,
table tr td&-selection-column {
padding-right: @padding-xs;
padding-left: @padding-xs;
text-align: center;
.@{ant-prefix}-radio-wrapper {