feat(Workplace): Add wrokplace demo

feat(Component): Add Highlight component

feat(hooks): Add useTimeAgo hook
This commit is contained in:
kailong321200875
2022-01-23 21:54:27 +08:00
parent 3fc79c0ae7
commit c53fa562e5
13 changed files with 552 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ setTimeout(() => {
<ElCol :span="24">
<ElCard shadow="hover" class="mb-20px">
<ElSkeleton :loading="loading" animated :rows="4">
<Echart :options="lineOptions" :height="400" />
<Echart :options="lineOptions" :height="350" />
</ElSkeleton>
</ElCard>
</ElCol>