Skip to content

Commit

Permalink
feature:增加资源加载loading
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelmaxQm committed May 22, 2024
1 parent 7ae9bf3 commit 67a38a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 73 deletions.
2 changes: 1 addition & 1 deletion web/src/view/dashboard/componenst/pluginTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<template>
<div>
<el-table :data="tableData" stripe style="width: 100%">
<el-table-column prop="ranking" label="排名" width="80" align="center"/>
<el-table-column prop="ranking" label="排名" width="80" align="center" />
<el-table-column prop="title" label="插件标题" show-overflow-tooltip>
<template #default="{ row }">
<a class="text-active" :href="row.link" target="_blank">{{ row.title }}</a>
Expand Down
72 changes: 0 additions & 72 deletions web/src/view/layout/components/loading.vue

This file was deleted.

0 comments on commit 67a38a9

Please sign in to comment.