From 775b9baf1fbbf57cfff1ee8d0c664d133301dcbb Mon Sep 17 00:00:00 2001 From: winjeysong Date: Fri, 28 Sep 2018 14:20:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8Ellipsis=E7=BB=84=E4=BB=B6=E5=92=8Cant?= =?UTF-8?q?d=E7=9A=84Table=E7=BB=84=E4=BB=B6=E5=85=B1=E7=94=A8=E6=97=B6?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98=20(#2405?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Ellipsis/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Ellipsis/index.less b/src/components/Ellipsis/index.less index dd59e3fa..2c4a867c 100644 --- a/src/components/Ellipsis/index.less +++ b/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; -- GitLab