style: 关键指标概览页面占位

This commit is contained in:
TsMask
2024-10-23 18:48:29 +08:00
parent 9bd700eeb7
commit 1faed9bc3d

View File

@@ -8,7 +8,7 @@ onMounted(() => {});
<template>
<PageContainer>
<a-card :bordered="false" :body-style="{ padding: '0px' }">
<h1>Perf Report</h1>
<h1>kpiOverView</h1>
</a-card>
</PageContainer>
</template>