| zy-acs-flow/src/map/header/AreaFab.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
zy-acs-flow/src/map/header/AreaFab.jsx
@@ -2,6 +2,7 @@ import { useTranslate } from "react-admin"; import { Fab } from '@mui/material'; import CropFreeIcon from '@mui/icons-material/CropFree'; import CropIcon from '@mui/icons-material/Crop'; import CircularProgress from '@mui/material/CircularProgress'; import * as Tool from '../tool'; @@ -31,7 +32,7 @@ minWidth: 100 }} > <CropFreeIcon /> <CropIcon /> {translate('page.map.action.area')} {loading && ( <>