From 728457a138b01253652a391f30c162da8f0041dc Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 18 Dec 2018 10:56:59 +0800 Subject: [PATCH] :bug: Fix tip icon interactive area --- src/components/Charts/ChartCard/index.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Charts/ChartCard/index.less b/src/components/Charts/ChartCard/index.less index bee44938..0ddc486b 100644 --- a/src/components/Charts/ChartCard/index.less +++ b/src/components/Charts/ChartCard/index.less @@ -34,8 +34,9 @@ .action { cursor: pointer; position: absolute; - top: 0; + top: 4px; right: 0; + line-height: 1; } .total { overflow: hidden; -- GitLab