mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
parent
df1e30d9f8
commit
e2c46b78bf
@ -484,25 +484,6 @@
|
|||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fix https://github.com/ant-design/ant-design/issues/4637
|
|
||||||
// avoid column misalign in #4750 and #4753
|
|
||||||
&-fixed-header &-scroll {
|
|
||||||
position: relative;
|
|
||||||
border-radius: @border-radius-base @border-radius-base 0 0;
|
|
||||||
&:after {
|
|
||||||
background: @table-head-background-color;
|
|
||||||
position: absolute;
|
|
||||||
content: '0';
|
|
||||||
width: 18px;
|
|
||||||
right: 0;
|
|
||||||
top: 0;
|
|
||||||
padding: 16px 0;
|
|
||||||
user-select: none;
|
|
||||||
color: transparent;
|
|
||||||
border-radius: 0 @border-radius-base 0 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&-fixed-header &-scroll &-header {
|
&-fixed-header &-scroll &-header {
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
|
Loading…
Reference in New Issue
Block a user