chore: avatar大小
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user