style: decrease font size of sequence numbers in lists

This commit is contained in:
duorameng
2026-06-09 17:00:28 +08:00
parent 53eca3d51c
commit 77cec68d4d
10 changed files with 21 additions and 23 deletions
@@ -87,7 +87,7 @@ const filteredLanguages = computed(() => {
<div class="flex items-center gap-3 overflow-hidden">
<!-- 序号 -->
<div class="flex items-center justify-center w-6 sm:w-7 shrink-0">
<span class="text-[10px] font-mono text-muted-foreground/50 tabular-nums">#{{
<span class="text-[9px] font-mono text-muted-foreground/50 tabular-nums">#{{
filteredLanguages.length - index }}</span>
</div>
<!-- 图标 -->