From 0ead8cc052bfd1e5709e134da00ddbeeeb3043df Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 30 Dec 2024 19:18:26 +0800 Subject: [PATCH] =?UTF-8?q?fix(PluginCard):=20=E8=B0=83=E6=95=B4=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E5=8D=A1=E7=89=87=E7=9A=84=20CSS=20=E7=B1=BB=E4=BB=A5?= =?UTF-8?q?=E7=A1=AE=E4=BF=9D=E9=AB=98=E5=BA=A6=E5=A1=AB=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cards/PluginCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/cards/PluginCard.vue b/src/components/cards/PluginCard.vue index 4ef09fe6..e9b4d61e 100644 --- a/src/components/cards/PluginCard.vue +++ b/src/components/cards/PluginCard.vue @@ -402,7 +402,7 @@ watch( :width="props.width" :height="props.height" @click="openPluginDetail" - class="flex flex-col" + class="flex flex-col h-full" >