chore: avatar大小
This commit is contained in:
parent
9c65206ab0
commit
239c0f60fb
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user