mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
优化多个组件的样式:移除冗余的阴影效果,调整类名以提升视觉效果,更新样式以确保一致性。
This commit is contained in:
@@ -145,7 +145,7 @@ onActivated(() => {
|
||||
width="50"
|
||||
:src="arg.event.extendedProps.posterPath"
|
||||
aspect-ratio="2/3"
|
||||
class="object-cover rounded shadow ring-gray-500"
|
||||
class="object-cover rounded ring-gray-500"
|
||||
cover
|
||||
>
|
||||
<template #placeholder>
|
||||
@@ -175,7 +175,7 @@ onActivated(() => {
|
||||
:src="arg.event.extendedProps.posterPath"
|
||||
v-bind="props"
|
||||
aspect-ratio="2/3"
|
||||
class="object-cover rounded shadow ring-gray-500"
|
||||
class="object-cover rounded ring-gray-500"
|
||||
cover
|
||||
>
|
||||
<template #placeholder>
|
||||
|
||||
Reference in New Issue
Block a user