Feature(custom): optimize version style in plugin page

This commit is contained in:
Kuingsmile
2026-04-30 22:49:05 +08:00
parent 5e48e80fb5
commit 42638435a0

View File

@@ -147,7 +147,8 @@
@click="openHomepage(item.homepage)"
>
{{ item.name }}
<span class="rounded-sm bg-bg-tertiary px-2 py-1 text-xs font-normal text-secondary"
<span
class="text-secondar ml-1 rounded-sm bg-bg-tertiary px-1 py-0.5 text-xs font-normal opacity-80"
>v{{ item.version }}</span
>
</h3>