mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-09 10:41:03 +08:00
parent
0e4f870453
commit
32dfb9c447
@ -362,10 +362,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ========================== Selections ==========================
|
// ========================== Selections ==========================
|
||||||
.@{table-prefix-cls}-selection-col {
|
&-selection-col {
|
||||||
width: @table-selection-column-width;
|
width: @table-selection-column-width;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&-bordered &-selection-col {
|
||||||
|
width: @table-selection-column-width + 18px;
|
||||||
|
}
|
||||||
|
|
||||||
table tr th&-selection-column,
|
table tr th&-selection-column,
|
||||||
table tr td&-selection-column {
|
table tr td&-selection-column {
|
||||||
padding-right: @padding-xs;
|
padding-right: @padding-xs;
|
||||||
|
Loading…
Reference in New Issue
Block a user