Browse Source

fix: better approach to solve not show overflow content when in elastic (#20821)

pull/20880/head
zefeng 5 years ago
committed by 偏右
parent
commit
ab29ecb377
  1. 5
      components/table/style/index.less

5
components/table/style/index.less

@ -623,7 +623,10 @@
// https://github.com/ant-design/ant-design/issues/14545
// https://github.com/ant-design/ant-design/issues/19491
.@{table-prefix-cls}-fixed-columns-in-body:not([colspan]) {
visibility: hidden;
color: transparent;
& > * {
visibility: hidden;
}
}
}
}

Loading…
Cancel
Save