Fix empty style of small table with fixed columns

close #7509
This commit is contained in:
afc163 2017-09-07 21:08:05 +08:00
parent ace985afce
commit 072d860f8a

View File

@ -454,6 +454,14 @@
}
}
// Fix https://github.com/ant-design/ant-design/issues/7509
&-middle &-placeholder {
padding: 10px 8px;
}
&-small &-placeholder {
padding: 6px 8px;
}
// not scrollable
&-scroll-position-left&-scroll-position-right &-placeholder-fixed-columns {
overflow-x: hidden;