diff --git a/src/styles/custom.scss b/src/styles/custom.scss
index 035541ba..feea73ff 100644
--- a/src/styles/custom.scss
+++ b/src/styles/custom.scss
@@ -354,11 +354,6 @@ html.v-overlay-scroll-blocked {
.v-table {
border-radius: 0;
background-color: rgba(var(--v-theme-surface), 0.3);
-
- .v-table__wrapper > table > thead {
- backdrop-filter: blur(10px);
- background-color: rgba(var(--v-theme-surface), 0.3);
- }
}
// 页脚
diff --git a/src/views/torrent/TorrentCardListView.vue b/src/views/torrent/TorrentCardListView.vue
index a60d0ded..508d39cb 100644
--- a/src/views/torrent/TorrentCardListView.vue
+++ b/src/views/torrent/TorrentCardListView.vue
@@ -713,7 +713,7 @@ const handleSortIconClick = () => {
-
+
{{ t('torrent.confirm') }}
diff --git a/src/views/torrent/TorrentRowListView.vue b/src/views/torrent/TorrentRowListView.vue
index 2a4c8531..c6ef437f 100644
--- a/src/views/torrent/TorrentRowListView.vue
+++ b/src/views/torrent/TorrentRowListView.vue
@@ -689,7 +689,7 @@ onMounted(() => {
-
+
{{ t('torrent.confirm') }}