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

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

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

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

Loading…
Cancel
Save