浏览代码

dashboard

MergeProblem1
CANCERYS\kw093 1周前
父节点
当前提交
4b1ed59261
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/components/DashboardPage/DashboardPage.tsx

+ 2
- 2
src/components/DashboardPage/DashboardPage.tsx 查看文件

@@ -75,7 +75,7 @@ const DashboardPage: React.FC<Props> = ({
<ThemeProvider theme={theme}>
<Grid container spacing={2}>
<Grid item xs={12}>\
{/*
<Card>
<CardHeader />
<Box sx={{ borderBottom: 1, borderColor: 'divider' }}>
@@ -124,7 +124,7 @@ const DashboardPage: React.FC<Props> = ({
</TabPanel>
</CardContent>
</Card>
*/}
</Grid>
{/* Hidden: Progress chart - not in use currently */}
{/* <Grid item xs={12}>


正在加载...
取消
保存