更新 PluginFolderCard 和 PluginCardListView 组件的默认渐变背景颜色,提升视觉效果

This commit is contained in:
jxxghp
2025-05-24 20:09:43 +08:00
parent 245edbd2f6
commit cca26acb78
2 changed files with 9 additions and 9 deletions

View File

@@ -126,7 +126,7 @@ const filterForm = reactive({
// 默认背景
const defaultGradient =
'linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(135deg, rgba(33, 150, 243, 0.7) 0%, rgba(33, 150, 243, 0.8) 100%)'
'linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(135deg, rgba(33, 150, 243, 0.7) 0%, rgba(33, 150, 243, 0.8) 100%)'
// 默认文件夹图标
const defaultIcon = 'mdi-folder'
// 默认文件夹颜色