From f8ceee39b39251a09c6f6bfea42ba0430f422b5a Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 19 Jun 2026 11:31:46 +0800 Subject: [PATCH] =?UTF-8?q?fix(plugin):=20=E4=BC=98=E5=8C=96=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E5=B8=82=E5=9C=BA=E8=AF=A6=E6=83=85=E5=AF=B9=E8=AF=9D?= =?UTF-8?q?=E6=A1=86=E7=9A=84=E6=8C=89=E9=92=AE=E5=B8=83=E5=B1=80=E5=92=8C?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dialog/PluginMarketDetailDialog.vue | 32 +++++++++---------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/src/components/dialog/PluginMarketDetailDialog.vue b/src/components/dialog/PluginMarketDetailDialog.vue index c4fb2616..379e5740 100644 --- a/src/components/dialog/PluginMarketDetailDialog.vue +++ b/src/components/dialog/PluginMarketDetailDialog.vue @@ -228,21 +228,19 @@ onUnmounted(() => { :text="props.plugin?.system_version_message || t('plugin.incompatibleSystemVersion')" />
- - {{ t('plugin.versionHistory') }} - - - {{ t('plugin.installToLocal') }} - +
+ + {{ t('plugin.installToLocal') }} + + + {{ t('plugin.versionHistory') }} + +
{{ t('plugin.totalDownloads', { count: formatDownloadCount(props.count) }) }} @@ -261,9 +259,9 @@ onUnmounted(() => { .plugin-market-detail-actions { display: flex; flex-wrap: wrap; - gap: 0.75rem; align-items: center; justify-content: center; + gap: 0.75rem; } .plugin-market-detail-actions__downloads { @@ -273,7 +271,7 @@ onUnmounted(() => { text-align: center; } -@media (min-width: 960px) { +@media (width >= 960px) { .plugin-market-detail-actions { justify-content: flex-start; }