From c129a37ccf94380065a6d125f7422769b08d8502 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 12 Aug 2024 18:09:53 +0800 Subject: [PATCH] style: Update PluginAppCard and PluginCard to improve UI consistency --- src/components/cards/PluginAppCard.vue | 17 +++++++++++++---- src/components/cards/PluginCard.vue | 13 ++++++++++--- 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/src/components/cards/PluginAppCard.vue b/src/components/cards/PluginAppCard.vue index 46b37395..70e015c5 100644 --- a/src/components/cards/PluginAppCard.vue +++ b/src/components/cards/PluginAppCard.vue @@ -171,15 +171,24 @@ const dropdownItems = ref([ -
-
+
+
+
{{ props.plugin?.plugin_name }} v{{ props.plugin?.plugin_version }} - {{ props.plugin?.plugin_desc }} + + {{ props.plugin?.plugin_desc }} +
-
+
-
-
+
+
+
{{ props.plugin?.plugin_name }} @@ -419,7 +426,7 @@ watch( {{ props.plugin?.plugin_desc }}
-
+