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