mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-11 18:10:49 +08:00
调整 PluginCard 组件的背景样式,优化渐变效果以提升视觉效果。
This commit is contained in:
@@ -168,7 +168,7 @@ const dropdownItems = ref([
|
||||
>
|
||||
<div
|
||||
class="relative flex flex-row items-start pa-3 justify-between grow"
|
||||
:style="`background: linear-gradient(${backgroundColor}40 0%, ${backgroundColor}60 100%)`"
|
||||
:style="`background: linear-gradient(${backgroundColor}66 0%, ${backgroundColor}99 100%)`"
|
||||
>
|
||||
<div class="relative flex-1 min-w-0">
|
||||
<VCardTitle
|
||||
|
||||
@@ -345,7 +345,7 @@ watch(
|
||||
>
|
||||
<div
|
||||
class="relative flex flex-row items-start pa-3 justify-between grow"
|
||||
:style="`background: linear-gradient(${backgroundColor}40 0%, ${backgroundColor}60 100%)`"
|
||||
:style="`background: linear-gradient(${backgroundColor}66 0%, ${backgroundColor}99 100%)`"
|
||||
>
|
||||
<div class="relative flex-1 min-w-0">
|
||||
<VCardTitle class="text-white text-lg px-2 text-shadow whitespace-nowrap overflow-hidden text-ellipsis">
|
||||
|
||||
Reference in New Issue
Block a user