diff --git a/src/components/form/ImportCodeForm.vue b/src/components/form/ImportCodeForm.vue index 1346f657..bc723628 100644 --- a/src/components/form/ImportCodeForm.vue +++ b/src/components/form/ImportCodeForm.vue @@ -18,22 +18,28 @@ function handleImport() { - - - - - - - - - 导入 - - - + + + + + + + + + 导入 + + + + diff --git a/src/components/form/SubscribeEditForm.vue b/src/components/form/SubscribeEditForm.vue index 04ae8167..d0708c16 100644 --- a/src/components/form/SubscribeEditForm.vue +++ b/src/components/form/SubscribeEditForm.vue @@ -266,164 +266,169 @@ onMounted(() => { - - - - {}"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + {}"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - 取消订阅 - - - - 保存 - - - + + + 取消订阅 + + + + 保存 + + + + diff --git a/src/components/misc/SubscribeHistory.vue b/src/components/misc/SubscribeHistory.vue index e71a6983..92af0b34 100644 --- a/src/components/misc/SubscribeHistory.vue +++ b/src/components/misc/SubscribeHistory.vue @@ -105,93 +105,99 @@ const dropdownItems = ref([ - - { emit('close') }" /> - - - - - { emit('close') }" /> + - - - - - - - - - - - - - - {{ item.name }} 第 {{ item.season }} 季 - - - {{ item.name }} - - {{ formatDateDifference(item.date) }} - {{ item.description }} - - - - - - - - - - - - - - - - - - - - - - - 没有数据 - - + + + + + + + + + + + + + + + + + + {{ item.name }} 第 {{ item.season }} 季 + + + {{ item.name }} + + {{ formatDateDifference(item.date) }} + {{ item.description }} + + + + + + + + + + + + + + + + + + + + + + + 没有数据 + + + diff --git a/src/views/subscribe/SubscribeListView.vue b/src/views/subscribe/SubscribeListView.vue index 2affe976..d1f05e3c 100644 --- a/src/views/subscribe/SubscribeListView.vue +++ b/src/views/subscribe/SubscribeListView.vue @@ -118,31 +118,21 @@ const filteredDataList = computed(() => { @click="historyDialog = true" /> - - - + :default="true" + :type="props.type" + @save="subscribeEditDialog = false" + @close="subscribeEditDialog = false" + /> - - - + :type="props.type" + @close="historyDialog = false" + />