mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-09 22:42:21 +08:00
fix(PluginCard): 调整插件卡片的 CSS 类以确保高度填充
This commit is contained in:
@@ -402,7 +402,7 @@ watch(
|
|||||||
:width="props.width"
|
:width="props.width"
|
||||||
:height="props.height"
|
:height="props.height"
|
||||||
@click="openPluginDetail"
|
@click="openPluginDetail"
|
||||||
class="flex flex-col"
|
class="flex flex-col h-full"
|
||||||
>
|
>
|
||||||
<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"
|
||||||
|
|||||||
Reference in New Issue
Block a user