feat: update ExtensionCard variant to outlined and adjust InstalledPluginsTab layout for better responsiveness

This commit is contained in:
Soulter
2026-04-30 11:00:21 +08:00
parent 938c241799
commit 798ee44620
2 changed files with 2 additions and 0 deletions

View File

@@ -124,6 +124,7 @@ const viewChangelog = () => {
elevation="0"
height="100%"
:ripple="false"
variant="outlined"
:style="{
position: 'relative',
backgroundColor:

View File

@@ -267,6 +267,7 @@ const openPluginDetail = (extension) => {
<v-row>
<v-col
cols="12"
md="6"
v-for="extension in filteredPlugins"
:key="extension.name"
class="pb-2"