From d775fecf1f22c359f47060ea70ae2a8692634c33 Mon Sep 17 00:00:00 2001 From: icssoa <615206459@qq.com> Date: Fri, 26 Jan 2024 22:12:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/helper/views/plugin.vue | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/modules/helper/views/plugin.vue b/src/modules/helper/views/plugin.vue index 7b6f878..d746437 100644 --- a/src/modules/helper/views/plugin.vue +++ b/src/modules/helper/views/plugin.vue @@ -16,13 +16,17 @@
-

+

+ {{ item.keyName }} {{ item.name || "-" }} {{ item.version }} -

+

{{ item.description || "暂无描述" }}

-

{{ item.updateTime }}

+
+ {{ item.author }}: + {{ item.updateTime }} +
@@ -312,8 +316,13 @@ onActivated(() => { flex: 1; .title { + display: flex; + align-items: center; margin-bottom: 10px; font-size: 14px; + .el-tag { + margin-right: 5px; + } .version { margin-left: 10px; @@ -335,7 +344,7 @@ onActivated(() => { align-items: center; } - .date { + .author { font-size: 12px; color: #999; }