feat(custom): i

This commit is contained in:
2023-09-08 10:29:31 +08:00
parent 3b3cb7ba34
commit 363270378a
60 changed files with 1234 additions and 1342 deletions

View File

@@ -8,7 +8,7 @@
<p text-16>Hello, {{ userStore.name }}</p>
<p mt-5 text-12 op-60>今天又是元气满满的一天</p>
</div>
<div ml-auto flex items-center>
<!-- <div ml-auto flex items-center>
<n-statistic label="待办" :value="4">
<template #suffix>/ 10</template>
</n-statistic>
@@ -22,11 +22,11 @@
<img alt="forks" src="https://badgen.net/github/forks/zclzone/vue-naive-admin" />
</a>
</n-statistic>
</div>
</div> -->
</div>
</n-card>
<n-card title="项目" size="small" :segmented="true" mt-15 rounded-10>
<!-- <n-card title="项目" size="small" :segmented="true" mt-15 rounded-10>
<template #header-extra>
<n-button text type="primary">更多</n-button>
</template>
@@ -46,7 +46,7 @@
<div h-0 w-300></div>
<div h-0 w-300></div>
</div>
</n-card>
</n-card> -->
</div>
</AppPage>
</template>