chore(bangumi-card): adjust style

This commit is contained in:
Hakadao
2024-08-29 21:38:41 +08:00
parent cc63b0cc99
commit 3efcbd540c
2 changed files with 9 additions and 5 deletions

View File

@@ -158,7 +158,7 @@ const { isDark } = useDark()
marginTop: horizontal ? '0' : '1rem',
}"
>
<p un-text="lg" mb-4>
<p un-text="lg" mb-2>
<a
:href="bangumi.url" target="_blank" rel="noopener noreferrer"
class="keep-two-lines"

View File

@@ -18,15 +18,19 @@ defineProps<{
:style="{ width: horizontal ? '170px' : '100%' }"
/>
<div w-full>
<p w-full h-5 my-2 my-4 bg="$bew-skeleton" />
<div text="$bew-skeleton" mb-10 flex items-center>
<p
w-full h-5 mt-2 mb-3 my-4
bg="$bew-skeleton"
rounded-4px
/>
<div text="$bew-skeleton" mb-10 flex items-center rounded-4px>
<div
text="transparent" bg="$bew-skeleton" p="x-3 y-1" mr-2 h-27px
text="transparent" bg="$bew-skeleton" p="x-3 y-1" mr-2 h-24px
rounded-4
>
0.0
</div>
<div w="60%" h-4 bg="$bew-skeleton" />
<div w="60%" h-22px bg="$bew-skeleton" rounded-4px />
</div>
</div>
</div>