fix: dashboard gauge chart data
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { createFromIconfontCN } from '@ant-design/icons';
|
||||
|
||||
const IconFont = createFromIconfontCN({
|
||||
scriptUrl: '//at.alicdn.com/t/c/font_4613488_t2n96lwj8gf.js'
|
||||
scriptUrl: '//at.alicdn.com/t/c/font_4613488_nw3caxx03yp.js'
|
||||
});
|
||||
|
||||
export default IconFont;
|
||||
|
||||
@@ -26,12 +26,7 @@ const ModalFooter: React.FC<ModalFooterProps> = ({
|
||||
const intl = useIntl();
|
||||
return (
|
||||
<Space size={20}>
|
||||
<Button
|
||||
onClick={onCancel}
|
||||
style={{ width: '88px' }}
|
||||
loading={loading}
|
||||
{...cancelBtnProps}
|
||||
>
|
||||
<Button onClick={onCancel} style={{ width: '88px' }} {...cancelBtnProps}>
|
||||
{cancelText || intl.formatMessage({ id: 'common.button.cancel' })}
|
||||
</Button>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user