mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
perf: standard code format in the views folder
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user