style: usage chart style

This commit is contained in:
jialin
2025-06-09 18:45:47 +08:00
parent a161fa953e
commit 8070d3f1e6
4 changed files with 41 additions and 24 deletions
@@ -1,5 +1,4 @@
import CardWrapper from '@/components/card-wrapper';
import { SimpleCard } from '@/components/card-wrapper/simple-card';
import MixLineBar from '@/components/echarts/mix-line-bar';
import { useIntl } from '@umijs/max';
import dayjs from 'dayjs';
@@ -60,7 +59,7 @@ const RequestTokenInner: React.FC<RequestTokenInnerProps> = (props) => {
></BarChart>
</Col>
</Row> */}
<SimpleCard dataList={dataList} height={80}></SimpleCard>
{/* <SimpleCard dataList={dataList} height={80}></SimpleCard> */}
<MixLineBar
chartData={{
line: requestData,