mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 21:18:01 +08:00
parent
bf2a240ba7
commit
a287f1bcb8
@ -268,6 +268,12 @@
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// https://github.com/ant-design/ant-design/issues/14834
|
||||||
|
&-without-column-header&-bordered&-empty &-placeholder {
|
||||||
|
border-top: 1px solid @border-color-split;
|
||||||
|
border-radius: @border-radius-base;
|
||||||
|
}
|
||||||
|
|
||||||
&-tbody > tr.@{table-prefix-cls}-row-selected td {
|
&-tbody > tr.@{table-prefix-cls}-row-selected td {
|
||||||
background: @table-selected-row-bg;
|
background: @table-selected-row-bg;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user