style(dashboard): 添加热力图展示区域

master
钟良源 6 months ago
parent 9f8bebccfb
commit c5160a498e

@ -8,8 +8,6 @@ import {
Link
} from '@arco-design/web-react';
import { useSelector } from 'react-redux';
import { IconCaretUp } from '@arco-design/web-react/icon';
import OverviewAreaLine from '@/components/Chart/overview-area-line';
import axios from 'axios';
import locale from './locale';
import useLocale from '@/utils/useLocale';
@ -136,6 +134,7 @@ function Overview() {
</Typography.Paragraph>
</div>
<div className={styles.tempHeadHot}></div>
{/*<OverviewAreaLine data={data.chartData} loading={loading} />*/}
</div>
</Card>

@ -56,6 +56,12 @@
margin-bottom: 16px;
}
.tempHeadHot {
width: 100%;
height: 250px;
background-color: var(--color-fill-1);
}
.chart-title {
font-size: 16px;
font-weight: 500;

Loading…
Cancel
Save