chore: avatar大小

This commit is contained in:
dap 2024-12-18 13:38:42 +08:00
parent 9c65206ab0
commit 239c0f60fb
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ function handleClick() {
<div class="flex items-center gap-1">
<VbenAvatar
:alt="info.createByName"
class="bg-primary size-[24px] rounded-full text-white"
class="bg-primary size-[24px] rounded-full text-[10px] text-white"
src=""
/>
<span class="opacity-50">{{ info.createByName }}</span>

View File

@ -354,7 +354,7 @@ function handleFlowInterfere() {
<div class="flex items-center gap-2">
<VbenAvatar
:alt="task.createByName"
class="bg-primary size-[24px] rounded-full text-white"
class="bg-primary size-[28px] rounded-full text-white"
src=""
/>
<span>{{ task.createByName }}</span>