Browse Source

在Ellipsis组件和antd的Table组件共用时存在样式问题 (#2405)

pull/2450/head
winjeysong 8 years ago
committed by 陈帅
parent
commit
775b9baf1f
  1. 2
      src/components/Ellipsis/index.less

2
src/components/Ellipsis/index.less

@ -9,7 +9,7 @@
position: relative;
.shadow {
display: block;
position: relative;
position: absolute;
color: transparent;
opacity: 0;
z-index: -999;

Loading…
Cancel
Save