import React from 'react'; import { Tooltip } from 'antd'; import { formatMessage } from 'umi/locale'; import styles from './index.less'; const MiniProgress = ({ targetLabel, target, color = 'rgb(19, 194, 194)', strokeWidth, percent, }) => (