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; }