mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
优化 TorrentCardListView 和 TorrentRowListView 组件的确认按钮样式
This commit is contained in:
@@ -354,11 +354,6 @@ html.v-overlay-scroll-blocked {
|
|||||||
.v-table {
|
.v-table {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background-color: rgba(var(--v-theme-surface), 0.3);
|
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);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 页脚
|
// 页脚
|
||||||
|
|||||||
@@ -713,7 +713,7 @@ const handleSortIconClick = () => {
|
|||||||
</VCardText>
|
</VCardText>
|
||||||
<VCardActions>
|
<VCardActions>
|
||||||
<VSpacer />
|
<VSpacer />
|
||||||
<VBtn color="primary" @click="filterMenuOpen = false">
|
<VBtn color="primary" prepend-icon="mdi-check" class="px-5" @click="filterMenuOpen = false">
|
||||||
{{ t('torrent.confirm') }}
|
{{ t('torrent.confirm') }}
|
||||||
</VBtn>
|
</VBtn>
|
||||||
</VCardActions>
|
</VCardActions>
|
||||||
|
|||||||
@@ -689,7 +689,7 @@ onMounted(() => {
|
|||||||
</VCardText>
|
</VCardText>
|
||||||
<VCardActions>
|
<VCardActions>
|
||||||
<VSpacer />
|
<VSpacer />
|
||||||
<VBtn color="primary" @click="filterMenuOpen = false">
|
<VBtn color="primary" prepend-icon="mdi-check" class="px-5" @click="filterMenuOpen = false">
|
||||||
{{ t('torrent.confirm') }}
|
{{ t('torrent.confirm') }}
|
||||||
</VBtn>
|
</VBtn>
|
||||||
</VCardActions>
|
</VCardActions>
|
||||||
|
|||||||
Reference in New Issue
Block a user