fix: 修复 PWA 安装横幅和应用图标的样式问题

This commit is contained in:
2026-01-05 17:17:54 +07:00
parent 01e727490c
commit 385b820ff4
2 changed files with 4 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ const showBanner = computed(() => canInstall.value && !isInstalled.value && !dis
<!-- 内容 -->
<div class="relative z-10 flex items-center gap-4">
<!-- 图标 -->
<div class="hidden sm:flex flex-shrink-0 size-16 rounded-2xl bg-linear-to-br from-primary-500 to-primary-600 items-center justify-center text-white text-2xl font-bold shadow-lg shadow-primary-500/30">
<div class="hidden sm:flex shrink-0 size-16 rounded-2xl bg-linear-to-br from-primary-500 to-primary-600 items-center justify-center text-white text-2xl font-bold shadow-lg shadow-primary-500/30">
<UIcon name="i-heroicons-arrow-down-tray" class="w-8 h-8" />
</div>
@@ -92,7 +92,7 @@ const showBanner = computed(() => canInstall.value && !isInstalled.value && !dis
</div>
<!-- 按钮组 -->
<div class="flex items-center gap-2 flex-shrink-0">
<div class="flex items-center gap-2 shrink-0">
<UButton
:loading="installing"
size="lg"