fix: Table selection column width when bordered (#30304)

close #29083
This commit is contained in:
afc163 2021-04-26 10:35:05 +08:00 committed by GitHub
parent 0e4f870453
commit 32dfb9c447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -362,10 +362,14 @@
}
// ========================== Selections ==========================
.@{table-prefix-cls}-selection-col {
&-selection-col {
width: @table-selection-column-width;
}
&-bordered &-selection-col {
width: @table-selection-column-width + 18px;
}
table tr th&-selection-column,
table tr td&-selection-column {
padding-right: @padding-xs;