perf: standard code format in the views folder

This commit is contained in:
xiaoxian521
2022-05-14 10:53:06 +08:00
parent 1cf82eb7a4
commit 64326c4fb5
31 changed files with 228 additions and 166 deletions

View File

@@ -89,9 +89,9 @@ const openDepot = (): void => {
>
<el-card style="height: 360px">
<template #header>
<span style="font-size: 16px; font-weight: 500"
>GitHub滚动信息</span
>
<span style="font-size: 16px; font-weight: 500">
GitHub滚动信息
</span>
</template>
<el-skeleton animated :rows="7" :loading="loading">
<template #default>
@@ -123,9 +123,9 @@ const openDepot = (): void => {
>
<el-card>
<template #header>
<span style="font-size: 16px; font-weight: 500"
>GitHub饼图信息</span
>
<span style="font-size: 16px; font-weight: 500">
GitHub饼图信息
</span>
</template>
<el-skeleton animated :rows="7" :loading="loading">
<template #default>
@@ -157,9 +157,9 @@ const openDepot = (): void => {
>
<el-card>
<template #header>
<span style="font-size: 16px; font-weight: 500"
>GitHub折线图信息</span
>
<span style="font-size: 16px; font-weight: 500">
GitHub折线图信息
</span>
</template>
<el-skeleton animated :rows="7" :loading="loading">
<template #default>
@@ -191,9 +191,9 @@ const openDepot = (): void => {
>
<el-card>
<template #header>
<span style="font-size: 16px; font-weight: 500"
>GitHub柱状图信息</span
>
<span style="font-size: 16px; font-weight: 500">
GitHub柱状图信息
</span>
</template>
<el-skeleton animated :rows="7" :loading="loading">
<template #default>