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