Skip to content

Commit

Permalink
Update IntroduceRow.js
Browse files Browse the repository at this point in the history
Update Operational Effect card's contentHeight to 46.
  • Loading branch information
Anderson-Liu authored and afc163 committed Nov 27, 2018
1 parent b26a3d6 commit 02c9740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Dashboard/IntroduceRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const IntroduceRow = memo(({ loading, visitData }) => (
</Trend>
</div>
}
contentHeight={26}
contentHeight={46}
>
<MiniProgress percent={78} strokeWidth={8} target={80} color="#13C2C2" />
</ChartCard>
Expand Down

0 comments on commit 02c9740

Please sign in to comment.