mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
Fix fixed column table border radius
This commit is contained in:
parent
1db0e06bc4
commit
ddc7054751
@ -516,7 +516,7 @@
|
|||||||
|
|
||||||
&-fixed-left {
|
&-fixed-left {
|
||||||
left: 0;
|
left: 0;
|
||||||
box-shadow: @shadow-1-right;
|
box-shadow: 6px 0 6px -4px @shadow-color;
|
||||||
.@{table-prefix-cls}-header {
|
.@{table-prefix-cls}-header {
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
@ -536,7 +536,7 @@
|
|||||||
|
|
||||||
&-fixed-right {
|
&-fixed-right {
|
||||||
right: 0;
|
right: 0;
|
||||||
box-shadow: @shadow-1-left;
|
box-shadow: -6px 0 6px -4px @shadow-color;
|
||||||
&,
|
&,
|
||||||
table {
|
table {
|
||||||
border-radius: 0 @border-radius-base 0 0;
|
border-radius: 0 @border-radius-base 0 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user