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

This commit is contained in:
TsMask
2024-10-28 11:01:02 +08:00
parent fa35bfc340
commit 670225a655

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>