Parcourir la source

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

winjeysong il y a 7 ans
Parent
commit
775b9baf1f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/Ellipsis/index.less

+ 1 - 1
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;