style: adjusting some details

This commit is contained in:
Hakadao
2023-04-16 00:47:14 +08:00
parent c4875038ba
commit a7c43c4cf4
3 changed files with 11 additions and 9 deletions

View File

@@ -44,14 +44,17 @@ defineProps<{
{{ title }}
</a>
</p>
<div text="$bew-text-2" mb-10 flex items-center>
<div text="$bew-text-2" mb-10 flex flex-wrap gap-2 items-center>
<div
text="$bew-theme-color" bg="$bew-theme-color-20"
p="x-3" h-27px lh-27px mr-2 rounded-4
p="x-3" h-27px lh-27px rounded-4
>
{{ capsuleText }}
</div>
{{ desc }}
<span>
{{ desc }}
</span>
</div>
</div>
</template>