mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-16 23:27:34 +08:00
fix(PluginCard): 调整插件卡片的 CSS 类以确保高度填充
This commit is contained in:
@@ -402,7 +402,7 @@ watch(
|
||||
:width="props.width"
|
||||
:height="props.height"
|
||||
@click="openPluginDetail"
|
||||
class="flex flex-col"
|
||||
class="flex flex-col h-full"
|
||||
>
|
||||
<div
|
||||
class="relative flex flex-row items-start pa-3 justify-between grow"
|
||||
|
||||
Reference in New Issue
Block a user