Browse Source

修复图表响应式变化中溢出的问题

pull/8/head
nikogu 9 years ago
parent
commit
51fc5344f6
  1. 3
      src/components/Charts/index.less

3
src/components/Charts/index.less

@ -5,5 +5,8 @@
position: absolute;
bottom: -34px;
width: 100%;
& > div {
overflow: hidden;
}
}
}

Loading…
Cancel
Save