chore: 修改avatar背景色

This commit is contained in:
dap
2024-12-16 17:23:05 +08:00
parent 6ca385f1bc
commit 68cf6cd790
3 changed files with 15 additions and 3 deletions

View File

@@ -45,7 +45,11 @@ onMounted(async () => {
<TimelineItem :key="item.id">
<template #dot>
<div class="relative rounded-full border">
<VbenAvatar :alt="item.approveName" class="size-[36px]" src="" />
<VbenAvatar
:alt="item.approveName"
class="bg-primary size-[36px] rounded-full text-white"
src=""
/>
</div>
</template>
<div class="ml-2 flex flex-col gap-0.5">