diff --git a/src/components/icon-font/index.tsx b/src/components/icon-font/index.tsx index 1cdb5126..d2cc6cbf 100644 --- a/src/components/icon-font/index.tsx +++ b/src/components/icon-font/index.tsx @@ -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; diff --git a/src/components/modal-footer/index.tsx b/src/components/modal-footer/index.tsx index 4db3c012..e3722dad 100644 --- a/src/components/modal-footer/index.tsx +++ b/src/components/modal-footer/index.tsx @@ -26,12 +26,7 @@ const ModalFooter: React.FC = ({ const intl = useIntl(); return ( -