From 51fc5344f6db241020062fe633a56e6fcdd4acad Mon Sep 17 00:00:00 2001 From: nikogu <644506165@qq.com> Date: Fri, 1 Sep 2017 10:00:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=BE=E8=A1=A8=E5=93=8D?= =?UTF-8?q?=E5=BA=94=E5=BC=8F=E5=8F=98=E5=8C=96=E4=B8=AD=E6=BA=A2=E5=87=BA?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Charts/index.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Charts/index.less b/src/components/Charts/index.less index cc4387d0..4b8c47ae 100644 --- a/src/components/Charts/index.less +++ b/src/components/Charts/index.less @@ -5,5 +5,8 @@ position: absolute; bottom: -34px; width: 100%; + & > div { + overflow: hidden; + } } } -- GitLab