fix(PluginCard): 调整插件卡片的 CSS 类以确保高度填充

This commit is contained in:
jxxghp
2024-12-30 19:18:26 +08:00
parent 2b5ecf3f8a
commit 0ead8cc052

View File

@@ -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"