diff --git a/software/web/src/pages/devices/CabinetGrid.tsx b/software/web/src/pages/devices/CabinetGrid.tsx index 68f8a81..e69e411 100644 --- a/software/web/src/pages/devices/CabinetGrid.tsx +++ b/software/web/src/pages/devices/CabinetGrid.tsx @@ -8,7 +8,6 @@ import { Card, Grid, Tag, - Typography, Spin, Empty, } from '@arco-design/web-react'; @@ -36,12 +35,6 @@ export default function CabinetGrid({ cabinets, loading }: CabinetGridProps) { return ( <> -
- - 设备列表 ({cabinets.length}) - -
- {loading ? (
) : cabinets.length === 0 ? (