Browse Source

fix: use max-height to replace height for better vertical-align (#1919)

pull/1924/head
绯一 8 years ago
committed by 偏右
parent
commit
0e3c49390a
  1. 2
      src/components/Charts/Pie/index.less

2
src/components/Charts/Pie/index.less

@ -61,7 +61,7 @@
left: 50%;
top: 50%;
text-align: center;
height: 62px;
max-height: 62px;
transform: translate(-50%, -50%);
& > h4 {
color: @text-color-secondary;

Loading…
Cancel
Save