From e677ae85ab94cb557761545d735976016fda2644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=99=8C?= Date: Tue, 5 Sep 2023 19:07:30 +0800 Subject: [PATCH] no message --- src/views/system/application/pluginBox.vue | 11 ++- src/views/system/application/pluginMarket.vue | 89 ++++++++++++------- src/views/system/application/popInfo.vue | 21 ++--- 3 files changed, 75 insertions(+), 46 deletions(-) diff --git a/src/views/system/application/pluginBox.vue b/src/views/system/application/pluginBox.vue index e95edaf..6541c78 100644 --- a/src/views/system/application/pluginBox.vue +++ b/src/views/system/application/pluginBox.vue @@ -3,16 +3,18 @@ props.windowType === 1 ? 'tab-box-two' : props.windowType === 2 ? 'tab-box-one' : '', props.windowType === 1 ? ((props.tabI + 1) % 2) ? 'mg-r-25' : '' : props.windowType === 2 ? '' : ((props.tabI + 1) % 3) ? 'mg-r-25' : '']"> - +
- 123 + {{ item.name }}
- Tag {{ item }} + {{ item.app }} + V {{ item.version }} + {{ item.author }}
- 111111111111111111111111111111111111111 + {{ item.description }}
@@ -53,6 +55,7 @@ let props = defineProps({ width: 48px; height: 48px; margin-right: 16px; + opacity: 0.9; border-radius: 10px; } diff --git a/src/views/system/application/pluginMarket.vue b/src/views/system/application/pluginMarket.vue index 240a71c..53c7d07 100644 --- a/src/views/system/application/pluginMarket.vue +++ b/src/views/system/application/pluginMarket.vue @@ -1,46 +1,71 @@ -