fix: 公安备案图标与文字居中对齐

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-03 00:10:39 +08:00
parent d7eca6994a
commit 206602da23
+4 -1
View File
@@ -17,7 +17,10 @@ const psBeian = config.public.psBeian
<template v-if="psBeian">
&nbsp;·&nbsp;
<a :href="`https://beian.mps.gov.cn/#/query/webSearch?code=${psBeian}`" rel="noreferrer" target="_blank" class="hover:opacity-70 whitespace-nowrap" style="border-bottom: 1px solid var(--color-text-secondary); padding-bottom: 1px;">
<img src="@/assets/备案图标.png" alt="" class="w-3 h-3 inline" />川公网安备{{ psBeian }}
<span class="inline-flex items-center gap-0.5">
<img src="@/assets/备案图标.png" alt="" class="w-3 h-3" />
<span>川公网安备{{ psBeian }}</span>
</span>
</a>
</template>
</p>