diff --git a/src/components/Charts/index.less b/src/components/Charts/index.less index cc4387d0c4eec09aed7c5d25b6d422df5755259d..4b8c47aeff4583cbe112ba80d2a0ef0286f2d0d5 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; + } } }