优化多个组件中的按钮样式

This commit is contained in:
jxxghp
2025-05-24 14:06:10 +08:00
parent b3bff5c6f5
commit 3fe7ed0e1d
39 changed files with 137 additions and 147 deletions
+1 -1
View File
@@ -713,7 +713,7 @@ const handleSortIconClick = () => {
</VCardText>
<VCardActions>
<VSpacer />
<VBtn variant="elevated" color="primary" @click="filterMenuOpen = false">
<VBtn color="primary" @click="filterMenuOpen = false">
{{ t('torrent.confirm') }}
</VBtn>
</VCardActions>