From 5018f967866094aafbc3a88f721d40c2bb254abe Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 1 Jun 2024 22:07:19 +0800 Subject: [PATCH] fix VFab --- src/components/cards/PluginCard.vue | 2 +- src/pages/dashboard.vue | 2 +- src/pages/resource.vue | 13 +---- src/views/plugin/PluginCardListView.vue | 4 +- src/views/reorganize/TransferHistoryView.vue | 51 ++++++++++---------- src/views/site/SiteCardListView.vue | 2 +- src/views/subscribe/SubscribeListView.vue | 6 +-- 7 files changed, 36 insertions(+), 44 deletions(-) diff --git a/src/components/cards/PluginCard.vue b/src/components/cards/PluginCard.vue index 1657a42c..e541ccbe 100644 --- a/src/components/cards/PluginCard.vue +++ b/src/components/cards/PluginCard.vue @@ -456,7 +456,7 @@ watch( - + diff --git a/src/pages/dashboard.vue b/src/pages/dashboard.vue index e4c71690..fbdece16 100644 --- a/src/pages/dashboard.vue +++ b/src/pages/dashboard.vue @@ -314,7 +314,7 @@ onBeforeMount(async () => { - + diff --git a/src/pages/resource.vue b/src/pages/resource.vue index b0b8f40d..f1a7359b 100644 --- a/src/pages/resource.vue +++ b/src/pages/resource.vue @@ -133,21 +133,12 @@ onMounted(() => { - + diff --git a/src/views/plugin/PluginCardListView.vue b/src/views/plugin/PluginCardListView.vue index 4957dd1a..4382b91d 100644 --- a/src/views/plugin/PluginCardListView.vue +++ b/src/views/plugin/PluginCardListView.vue @@ -323,7 +323,7 @@ function handleRepoUrl(url: string | undefined) { // 跳转tab function jumpTab(tab: string) { - router.push("/plugins?tab=" + tab) + router.push('/plugins?tab=' + tab) } // 加载时获取数据 @@ -443,7 +443,7 @@ onBeforeMount(async () => { + + + + + + @@ -452,31 +478,6 @@ onMounted(fetchData) " @close="redoDialog = false" /> - - - - -