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

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

View File

@@ -0,0 +1,16 @@
<script setup lang="ts">
import { onMounted } from 'vue';
import { PageContainer } from 'antdv-pro-layout';
onMounted(() => {});
</script>
<template>
<PageContainer>
<a-card :bordered="false" :body-style="{ padding: '0px' }">
<h1>kpiOverView</h1>
</a-card>
</PageContainer>
</template>
<style lang="less" scoped></style>